Skip to content

A Vue 2.5 Webpack 3 and Typescript 2.6 setup with hot reload, unit testing, code coverage, sass and bundling/minification.

Notifications You must be signed in to change notification settings

bonomme/vue-webpack-typescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-typescript

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

Usage

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

What's Included

  • npm run dev: Webpack + Typescript with proper config for source maps & hot-reload.
  • npm test: qunit unit tests
  • npm run lint: Lint all Typescript files
  • npm run build: build with HTML/CSS/JS minification.

About

A Vue 2.5 Webpack 3 and Typescript 2.6 setup with hot reload, unit testing, code coverage, sass and bundling/minification.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 43.6%
  • TypeScript 31.8%
  • HTML 13.2%
  • CSS 11.4%