运行起来
https://cli.vuejs.org/zh/guide/deployment.html#通用指南
npm install -g serve
# -s 参数的意思是将其架设在 Single-Page Application 模式下
# 这个模式会处理即将提到的路由问题
serve -s dist
https://cli.vuejs.org/zh/guide/deployment.html#通用指南
npm install -g serve
# -s 参数的意思是将其架设在 Single-Page Application 模式下
# 这个模式会处理即将提到的路由问题
serve -s dist