mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
dd77012848
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
298 B
298 B
vue build
A subcommand provided by
@vue/cliand@vue/cli-service-globalthat enables quick prototyping. More information: https://cli.vuejs.org/guide/cli-service.html#vue-cli-service-serve.
- Build a
.jsor.vuefile in production mode with zero config:
vue build {{filename}}