lmk123 / webpack-boilerplate

[DEPRECATED] Webpack with Vue.js boilerplate.

Home Page:https://lmk123.github.io/webpack-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

[DEPRECATED] Webpack with Vue.js boilerplate.

https://lmk123.github.io/webpack-boilerplate/


Languages

Language:JavaScript 89.9%Language:Vue 8.2%Language:HTML 1.7%Language:CSS 0.1%