A Vue 2.2 Webpack and Typescript setup with hot reload, unit testing, code coverage, sass and bundling/minification.
This template is for Vue 2.2.6
This is a project template for vue-cli.
$ npm install -g vue-cli
$ vue init cqw1022/vue-typescript-template my-project
$ cd my-project
$ npm install
$ npm run devnpm run dev: Webpack + Typescript with proper config for source maps & hot-reload.npm test: Mocha unit testsnpm run test:debug: Debug Mocha unit tests in Chromenpm run test:watch: Fast feedback Mocha unit tests with hot-reloadnpm run coverage: Karma coverage reporternpm run lint: Lint all Typescript filesnpm run build: build with HTML/CSS/JS minification.npm run ci:teamcity: Teamcity CI integrationnpm run ci:jenkins: Jenkins CI integration