HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

vue build — A subcommand provided by `@vue/cli` and `@vue/cli-service-global` that enables quick prototyping. Mo

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandandprovidedclivue buildvuesubcommand

Problem

How to use the vue build command: 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>.

Solution

vue build — 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>.

Build a .js or .vue file in production mode with zero config:
vue build {{filename}}

Code Snippets

Build a `.js` or `.vue` file in production mode with zero config

vue build {{filename}}

Context

tldr-pages: common/vue build

Revisions (0)

No revisions yet.