Skip to content

Releases: abstack/generator-abstack-vuejs

v0.3.2

Choose a tag to compare

@PeachScript PeachScript released this 07 Sep 15:37

Fix

  1. Code style error of main.js

v0.3.1

Choose a tag to compare

@PeachScript PeachScript released this 05 Jun 03:08

Fix

  1. ExtractTextPlugin configuration for production

v0.3.0

Choose a tag to compare

@PeachScript PeachScript released this 04 May 06:14

Add

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

v0.2.2

Choose a tag to compare

@PeachScript PeachScript released this 29 Apr 07:58

Add

  1. Usage

Change

  1. Description of package.json

v0.2.1

Choose a tag to compare

@PeachScript PeachScript released this 29 Apr 06:45

Fix

  1. Extract error when running webpack.

v0.2.0

Choose a tag to compare

@PeachScript PeachScript released this 29 Apr 06:13

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

Choose a tag to compare

@PeachScript PeachScript released this 29 Apr 02:13

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.