Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 975 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 975 Bytes

vue-simple-boilerplate

The simplest possible Vue Component setup.

Before You Start...

This boilerplate is targeted to create a simple component in a component set or application

For advanced features such as asset compilation, hot-reload, lint-on-save, unit testing, and CSS extraction, we recommend that more experienced developers use one of the other templates.

Usage

This is a project template for vue-cli.

$ npm install -g vue-cli                # Install vue-cli if you haven't already
$ vue init mosaiqo/simple my-component  # Create a new project based on this template
$ cd my-project                         # Navigate into your new project folder

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