Skip to content

Releases: abstack/generator-abstack-vuejs

v0.3.2

07 Sep 15:37
Compare
Choose a tag to compare

Fix

  1. Code style error of main.js

v0.3.1

05 Jun 03:08
Compare
Choose a tag to compare

Fix

  1. ExtractTextPlugin configuration for production

v0.3.0

04 May 06:14
Compare
Choose a tag to compare

Add

  1. Test script with npm
  2. Simple unit test
  3. Test coverage reporter

v0.2.2

29 Apr 07:58
Compare
Choose a tag to compare

Add

  1. Usage

Change

  1. Description of package.json

v0.2.1

29 Apr 06:45
Compare
Choose a tag to compare

Fix

  1. Extract error when running webpack.

v0.2.0

29 Apr 06:13
Compare
Choose a tag to compare

Add

  1. Add autoprefixer for CSS;
  2. Add vue file support for eslint-plugin-import;
  3. Add linter for all vue and js files base into preLoader of webpack;
  4. Add hash name support in production mode;
  5. Add json/html/font load support.

Change

  1. Extract all CSS and Less into a single file;
  2. Modify the output path and the inject way for build files;
  3. Delete old build files before execute build script.

v0.1.0

29 Apr 02:13
Compare
Choose a tag to compare

For the first version, it provide the following basic features:

  1. Add configurations for eslint;
  2. Add configurations for editorconfig;
  3. Add configurations for Babel;
  4. Add basic gitignore file;
  5. Create simple templates for vuejs and support vue-router;
  6. Add basic configurations for webpack to develop and build project.