You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 377B

4 years ago
4 years ago
4 years ago
123456789101112131415161718192021222324
  1. # vue_pwa
  2. See [Live Demo](https://dspwithaheart.github.io/vue_pwa/).
  3. ## Project setup
  4. ```
  5. npm install
  6. ```
  7. ### Compiles and hot-reloads for development
  8. ```
  9. npm run serve
  10. ```
  11. ### Compiles and minifies for production
  12. ```
  13. npm run build
  14. ```
  15. ### Lints and fixes files
  16. ```
  17. npm run lint
  18. ```
  19. ### Customize configuration
  20. See [Configuration Reference](https://cli.vuejs.org/config/).