node-vue

0.0.4 • Public • Published

#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.

Readme

Keywords

none

Package Sidebar

Install

npm i node-vue

Weekly Downloads

1

Version

0.0.4

License

none

Last publish

Collaborators

  • afterburn