1. 安装全局扩展
npm install -g @vue/cli-service-global
2. 运行.vue文件
如运行Hello.vue:
vue serve Hello.vue
3. 浏览器访问
http://localhost:8080/
4. 参考资料
[1] Vue CLI3,快速原型开发:https://cli.vuejs.org/zh/guide/prototyping.html#vue-serve
npm install -g @vue/cli-service-global
如运行Hello.vue:
vue serve Hello.vue
http://localhost:8080/
[1] Vue CLI3,快速原型开发:https://cli.vuejs.org/zh/guide/prototyping.html#vue-serve