使用 vue-cli 3.0
, typescript
,vue antd
实现的中后台框架!
vue-alain(https://vue-alain.github.io/)
git clone https://github.com/vue-alain/vue-alain.git
cd vue-alain
yarn install
yarn serve
浏览器输入http://localhost:8080
使用yarn build
可能会报错,使用node .\node_modules\@vue\cli-service\bin\vue-cli-service.js build
编译