Template for native desktop applications using Vuido and webpack.
This is a project template for vue-cli.
$ npm install -g vue-cli
$ vue init mimecorg/vuido-webpack-template my-project
$ cd my-project
$ npm install
$ npm run build
$ npm start
For detailed explanation on how things work, consult the Vuido documentation.
You can fork this repo to create your own boilerplate, and use it with vue-cli
:
vue init username/repo my-project