Home

Awesome

webpack2-simple-vue2

A simple webpack2 template with vuets + vue/vue-router 2.1. Supports tree-shaking with es2015 modules

Usage

This is a project template for vue-cli.

$ npm install -g vue-cli
$ vue init vuets/webpack2-simple-vue2 my-project
$ cd my-project
$ npm install
$ npm run dev

What's Included

For detailed explanation on how things work, consult the docs for vue-loader.