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

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

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`