vue-build
Build Vue.js applications for production
TLDR
Build for production
$ vue build
Build with custom target$ vue build --target [lib]
Build specific entry$ vue build [entry.js]
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.
