Files
tldr/pages.zh/common/vue-serve.md

286 B

vue serve

这是一个由 @vue/cli@vue/cli-service-global 提供的子命令,旨在快速原型开发。 更多信息:https://cli.vuejs.org/guide/prototyping.html

  • 在开发模式下以零配置服务一个 .js.vue 文件:

vue serve {{filename}}