/fis3-vue

template for project powered by vue and fis3

Primary LanguageJavaScript

fis3-vue

A simple Vue 2.0 fis3 setup for quick prototyping.

This template is Vue 2.0 compatible.

Usage

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

What's Included

  • npm run dev: fis3 with proper config for source maps & hot-reload. dev

  • npm run build: build with HTML/CSS/JS minification. build

For detailed explanation on how things work, consult the plugin fis3-parser-vue-component and fis3 docs.

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