0.0.4 • Published 7 years ago

node-vue v0.0.4

Weekly downloads
13
License
-
Repository
-
Last release
7 years ago

#node-vue Vue.js boilerplate using express & node as back-end.

Installation

npm install --save node-vue
cd node_modules/node-vue
npm install
copy node-vue folder to wherever you want your project to reside
npm start

Bugs

At the moment the entire boilerplate will be added to your node_modules when running npm install --save node-vue, which is not the intent. You'll have to run npm install twice (once to download the module from npm to your machine, and once after navigating to node_modules/node-vue to also install the boilerplate's dependencies. I'm currently looking for a workaround, but the boilerplate still works if you run npm start from the node_modules/node-vue folder.

Todo

  • Automatically open the project in a browser.
  • Trigger hot reload when non-vue files are updated.
0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago