vue build <filepaths>

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

Arguments

NameDescription
filepathsfilepaths

Options

NameDescription
-t, --target <target>Build target (app | lib | wc | wc-async, default: app)
-n, --name <name>Name for lib or web-component mode (default: entry filename)
-d, --destination <dir>Output directory (default: dist)
-h, --helpOutput usage information