generator-vue-boilerplate
v2.2.0
Published
yeoman generator for creating vue2.0 single-page web-app
Downloads
7
Readme
generator-vue-boilerplate
vue boilerplate project template
Installation
First, install Yeoman and generator-vue-boilerplate using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-vue-boilerplate
Then generate your new project:
yo vue-boilerplate
Introduction
Vue Boilerplate
A simple template for building a webapp based on vue2.0
Technology Stack
- Vue.js
- Vue-router
- less
- isomorphic-fetch
- Vue scoped style
Project Introduction
- suppot ES6/ES7 features
- using ESlint followed Airbnb JavaScript Style Guide
For more information about the project: Document
License
© MIT