1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/vue-build.md
Managor dd77012848
common*: refresh old pages part 4 (#16258)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-04-26 06:25:38 +03:00

298 B

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}}