LinuxCommandLibrary

vue-build

Build Vue.js applications for production

TLDR

Build for production

$ vue build
copy
Build with custom target
$ vue build --target [lib]
copy
Build specific entry
$ vue build [entry.js]
copy

SYNOPSIS

vue build [options] [entry]

DESCRIPTION

vue build compiles Vue.js applications for production. Creates optimized bundles with minification and tree-shaking. Part of Vue CLI's zero-config build process.

PARAMETERS

--target target

Build target (app, lib, wc).
--name name
Library or component name.
--dest dir
Output directory.
--modern
Modern mode build.
--watch
Watch for changes.

SEE ALSO

vue(1), vue-serve(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community