A Vue 2.5/VueX, Webpack 3.10, Bulma and Typescript setup with hot reload, unit testing, code coverage, sass and bundling/minification Based on ducksoupdev/vue-webpack-typescript.
Use Vorlon/qunite for fonctional and unit testing.
This template is for Vue 2.5
This is a project template for vue-cli.
$ npm install -g vue-cli
$ vue init bonomme/vue-webpack-typescript my-project
$ cd my-project
$ npm install
$ npm run dev
npm run dev
: Webpack + Typescript with proper config for source maps & hot-reload.npm test
: qunit unit testsnpm run lint
: Lint all Typescript filesnpm run build
: build with HTML/CSS/JS minification.