/webpack

A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.

Primary LanguageJavaScriptMIT LicenseMIT

Leo's vue webpack boilerplate

A full-featured Webpack setup with hot-reload, lint-on-save, unit testing & css extraction.

This template is Vue 2.0 compatible. For Vue 1.x use this command: `vue init leochan2017/webpack#1.0 my-project

Usage

This is a project template for vue-cli 2. It is recommended to use npm 3+ for a more efficient dependency tree.

$ npm install -g vue-cli
$ vue init leochan2017/webpack my-project
$ cd my-project
$ yarn
$ yarn run dev