Home

Awesome

vue-component-boilerplate

A simple Component setup for quick prototyping.

Usage

This is a project template for vue-cli.

$ npm install -g vue-cli
$ vue init coffcer/component my-component
$ cd my-component
$ npm install
$ npm run dev

What's Included

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