Skip to content

ahsouza/pwa-vuejs

Repository files navigation

PWA with Storybook

Example of PWA with vuetify CSS Framework for better design, vue design system, storybook with docker

Guiding components

Ex: Modal Vuetify

alt text

Ex: Calendar Vuetify

alt text

Using with Docker

./run.sh

Using local

1. Install dependencies

npm i

2. Runnign dev mode

npm run dev

3. Runnign storybook mode

npm run storybook

Access the address: localhost:6006

3. Building pwa

npm run build