This is a project template for vue-cli.
$ npm install -g vue-cli
$ vue init vitoh/bluVue my-project
$ cd my-project
$ npm install
$ npm run dev-
npm run dev: build a CLIENT and SERVER bundle and watch for changes in file, the server bundle is use for server side rendering. -
npm run build: build the client and server bundles. -
npm run unit: run the unit test.