mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
8 lines
299 B
Markdown
8 lines
299 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/cli-service.html#vue-cli-service-serve>.
|
|
|
|
- Serve a `.js` or `.vue` file in development mode with zero config:
|
|
|
|
`vue serve {{filename}}`
|