Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 528 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 528 Bytes

vue-pwa-tutorial

Document

Vue CLI 3 で PWA やってみた(Service Workers / Add to Home Screen / Push Notifications) https://qiita.com/n11sh1/items/5d64c337ef927ac8d5d6

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.