Releases: abstack/generator-abstack-vuejs
Releases · abstack/generator-abstack-vuejs
v0.3.2
v0.3.1
Fix
- ExtractTextPlugin configuration for production
 
v0.3.0
Add
- Test script with npm
 - Simple unit test
 - Test coverage reporter
 
v0.2.2
Add
- Usage
 
Change
- Description of package.json
 
v0.2.1
Fix
- Extract error when running webpack.
 
v0.2.0
Add
- Add autoprefixer for CSS;
 - Add vue file support for eslint-plugin-import;
 - Add linter for all vue and js files base into preLoader of webpack;
 - Add hash name support in production mode;
 - Add json/html/font load support.
 
Change
- Extract all CSS and Less into a single file;
 - Modify the output path and the inject way for build files;
 - Delete old build files before execute build script.
 
v0.1.0
For the first version, it provide the following basic features:
- Add configurations for eslint;
 - Add configurations for editorconfig;
 - Add configurations for Babel;
 - Add basic gitignore file;
 - Create simple templates for vuejs and support vue-router;
 - Add basic configurations for webpack to develop and build project.