All-in vue typescript example with single file component, hot reload, bootstrap 4, webpack , express server, bootstrap, multiselect with search, local storage, router, pre-compiled templates all out of the box! Lets Rock!
Based on official templates in js ported to ts: https://github.com/vuejs-templates/webpack
Using official typescript component
vue-class-component
- NPM Task Runner (VS2017 compatible)
- Vue.js Pack
http://cli.vuejs.org/ try Vue UI with typescript option.
install node js https://nodejs.org/en/
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, checkout the guide and docs for vue-loader.