generator-vue-starter
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "generator-vue-starter", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "This is a generator for vue+webpack. You can choose to start with a base structure of a quick-start structure", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -0,7 +1,6 @@ | ||
# Vue-webpack generator | ||
Readme | ||
================= | ||
vue-starter generator will give you a Web App Structure based on VUE and webpack! | ||
> This is a [Yeoman](http://yeoman.io) generator that scaffolds out a front-end web app based on [VUE](https://cn.vuejs.org/) using [webpack](https://webpack.js.org/) for the build process | ||
Install | ||
@@ -33,4 +32,5 @@ ======== | ||
``` | ||
Then you will have a full WebApp structure in yourNewProject. | ||
Please read the README.md in yourNewProject for more details. | ||
31597