node-vue

Vue.js boilerplate using Express.js & Node.js as back-end

Usage no npm install needed!

<script type="module">
  import nodeVue from 'https://cdn.skypack.dev/node-vue';
</script>

README

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.