HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

vue serve — A subcommand provided by `@vue/cli` and `@vue/cli-service-global` that enables quick prototyping. Mo

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandandprovidedclivuevue servesubcommand

Problem

How to use the vue serve command: 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>.

Solution

vue serve — 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>.

Serve a .js or .vue file in development mode with zero config:
vue serve {{filename}}

Code Snippets

Serve a `.js` or `.vue` file in development mode with zero config

vue serve {{filename}}

Context

tldr-pages: common/vue serve

Revisions (0)

No revisions yet.