/vue-simple-template

Simple Vue template

Primary LanguageVue

Simple Vue

A minimal Vue 2.0 Browserify + vueify setup for quick prototyping.

Usage

This is a project template for vue-cli.

$ npm install -g vue-cli
$ vue init zigomir/vue-simple-template my-project
$ cd my-project
$ npm install
$ npm start

What's Included

  • npm run dev: Browserify + vueify
  • npm run build: Production build with HTML/CSS/JS minification.

For more information see the docs for vueify. Also checkout breaking changes in vueify 9.0.0.

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