mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 07:43:21 +00:00
14 lines
370 B
Plaintext
14 lines
370 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|