A Vue.js project
# install dependencies
npm install (最好不要用cnpm,否则安装包不全)
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
##启动程序
1.本路由配置是基于应用程序池中的应用程序,需要将项目作为网站的一个应用程序;
2.路由已配置成基于index下的路由,在IIS中将程序命名为index
3.web.config文件内容是基于:https://router.vuejs.org/en/essentials/history-mode.html
For detailed explanation on how things work, consult the docs for vue-loader.