Skip to content

A pure-TypeScript full-stack template for Web development adapted from vuejs-template/webpack

License

Notifications You must be signed in to change notification settings

tangtan/vue-webpack-ts-template

 
 

Repository files navigation

vue-webpack-ts-template

ci dependencies

A pure-TypeScript full-stack template for Web development adapted from vuejs-template/webpack

⚠️ This template is under development

This template features:

  • Pure TypeScript linted with TSLint
  • Typed Backend API with Express
  • Webpack 4
  • Vue 2
  • Typed Vuex (Partially)

Usage

For development:

$ npm install
$ npm run dev

For production:

$ npm run build
$ npm start

Note: Vetur and TSLint Vue extensions are recommended to use with VS Code.

About

A pure-TypeScript full-stack template for Web development adapted from vuejs-template/webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.5%
  • Vue 9.4%
  • JavaScript 9.1%
  • HTML 1.0%