mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 21:43:08 +00:00
14 lines
369 B
Plaintext
14 lines
369 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# vue build
|
|
|
|
> A subcommand provided by `@vue/cli` and `@vue/cli-service-global` that enables quick prototyping.
|
|
> More information: <https://cli.vuejs.org/guide/prototyping.html>.
|
|
|
|
- Build a `.js` or `.vue` file in production mode with zero config:
|
|
|
|
`vue build {{filename}}`
|