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>
299 B
299 B
vue serve
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.
- Serve a
.jsor.vuefile in development mode with zero config:
vue serve {{filename}}