Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahsouza/pwa-vuejs

PWA Vue.js with containerized Storybook
https://github.com/ahsouza/pwa-vuejs

jest-test npm pwa-apps storybook typeform-api vue-components vuejs vuetify web-components webpack

Last synced: about 1 month ago
JSON representation

PWA Vue.js with containerized Storybook

Awesome Lists containing this project

README

        

# 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](https://raw.githubusercontent.com/ahsouza/pwa-vuejs/master/static/img/storybook-01.png)

Ex: Calendar Vuetify

![alt text](https://raw.githubusercontent.com/ahsouza/pwa-vuejs/master/static/img/storybook-02.png)

### Using with Docker

```sh
./run.sh
```

### Using local

#### 1. Install dependencies

```sh
npm i
```

#### 2. Runnign dev mode

```sh
npm run dev
```

#### 3. Runnign storybook mode

```sh
npm run storybook
```

Access the address: `localhost:6006`

#### 3. Building pwa

```sh
npm run build
```