Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ahsouza/pwa-vuejs
- Owner: ahsouza
- Created: 2019-03-07T03:44:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T14:57:15.000Z (about 2 years ago)
- Last Synced: 2024-05-21T03:05:06.907Z (8 months ago)
- Topics: jest-test, npm, pwa-apps, storybook, typeform-api, vue-components, vuejs, vuetify, web-components, webpack
- Language: Vue
- Homepage:
- Size: 4.68 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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
```