此脚手架工程以 https://github.com/ws456999/vue-typescript-starter 为基础库改进实现的
- 三个版本根据分支切换,每个版本有对应的demo(当前ts)
- 基于 webpack 4*及 vue-cli 最新版本(2.9.3 生成的脚手架,进行相关性改进及性能优化。
- 自动检测开发环境的端口,被占用自动换使用原有端口 + 1,并提示
# clone this repo
git clone https://github.com/xiaofan9/vue-ts-scaffold
# Install project dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build