/webpack-boilerplate

[DEPRECATED] Webpack with Vue.js boilerplate.

Primary LanguageJavaScript

Deprecated, use Vue CLI instead.

Webpack With Vue.js Boilerplate

This is a Webpack + Vue.js boilerplate that heavy inspired by vuejs-templates/webpack with these features:

...and other little improve.

Usage

  1. Clone this template use Git or download it.
  2. Install dependencies: npm install

Now you have three commands:

Trouble-shooting

This boilerplate use Sass by default so I specified node-sass and sass-loader in package.json, but if you want use less or stylus, you need install then by yourself:

npm install less-loader --save-dev
npm install stylus-loader --save-dev

FOR CHINESE USER: 如果你在安装 node-sass 时遇到问题,请参考这篇文章解决:安装 node-sass 的正确姿势