A simple Vue 2.0 fis3 setup for quick prototyping.
This template is Vue 2.0 compatible.
This is a project template for vue-cli.
$ npm install -g vue-cli
$ vue init regrex/fis3-vue my-project
$ cd my-project
$ npm install
$ fis3 server start
$ npm run dev
For detailed explanation on how things work, consult the plugin fis3-parser-vue-component and fis3 docs.
You can fork this repo to create your own boilerplate, and use it with vue-cli
:
vue init username/repo my-project