https://github.com/alejandromav/node-vue-pwa
Vue.js PWA in a Node.js app
https://github.com/alejandromav/node-vue-pwa
nodejs vuejs webpack
Last synced: 3 months ago
JSON representation
Vue.js PWA in a Node.js app
- Host: GitHub
- URL: https://github.com/alejandromav/node-vue-pwa
- Owner: alejandromav
- Created: 2017-08-09T20:30:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T08:58:22.000Z (almost 9 years ago)
- Last Synced: 2025-07-20T01:41:08.298Z (12 months ago)
- Topics: nodejs, vuejs, webpack
- Language: CSS
- Homepage: http://node-vue.herokuapp.com/
- Size: 1.32 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js - Vue.js pwa template
Vue.js PWA whithin a Node.js application. Production ready.
## Features
* __Scripts__: start (prod & dev), build and lint npm scripts.
* __Event bus__: Vue.js event bus for comunicating across components.
* __PWA__: fully compliant with [Google's PWA requeriments](https://developers.google.com/web/progressive-web-apps/).
* __Mobile ready__: vue-touch included, responsive.
## Requeriments
* Node.js >= 7.0.0
* npm >= 5.0.0
## Run
**Production:** `npm run start`
**Development:** `npm run start:dev`