Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

lmk123/webpack-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 的正确姿势