Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 656 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 656 Bytes

vuido-webpack-template

Template for native desktop applications using Vuido and webpack.

Usage

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

Documentation

For detailed explanation on how things work, consult the Vuido documentation.

Fork It And Make Your Own

You can fork this repo to create your own boilerplate, and use it with vue-cli:

vue init username/repo my-project