mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 14:02:08 +02:00

Update the examples of the following pages to the latest Vue.js version: - vue.md - vue-init.md - vue-build.md - vue-serve.md
8 lines
277 B
Markdown
8 lines
277 B
Markdown
# vue serve
|
|
|
|
> A subcommand provided by `@vue/cli` and `@vue/cli-service-global` that enables quick prototyping.
|
|
> More information: <https://cli.vuejs.org/guide/prototyping.html>.
|
|
|
|
- Serve a `.js` or `.vue` file in development mode with zero config:
|
|
|
|
`vue serve {{filename}}`
|