Skip to content

Build large project with Vue.js and Webpack

David Desmaisons edited this page Nov 12, 2016 · 13 revisions

#Vue cli template

Neutronium provides a vue-cli template neutronium-vue that provides many advantages to develop large project with Neutronium vue:

  • During development use web-pack-dev-server and chrome to cretae the UI
  • Use ES6, sass, less...
  • Decompose your project in maintanable vue files during development
  • Use npm to manage your dependencies
  • Use Webpack build to generate all files you need to refence in Neutronium

To install neutronium vue template use (vue-cli)[https://github.com/vuejs/vue-cli] If not installed, install first vue-cli:

$ npm install -g vue-cli

Then in the view folder create your project

$ vue init David-Desmaisons/neutronium-vue view1
$ cd view1
$ npm install
$ npm run dev

###[Binding in Depth](https://github.com/David-Desmaisons/Neutronium/wiki/Binding in Depth)

Clone this wiki locally