vue*: update outdated pages to latest Vue.js version.

Update the examples of the following pages to the latest Vue.js version:

 - vue.md
 - vue-init.md
 - vue-build.md
 - vue-serve.md
This commit is contained in:
Andy Chen
2019-08-27 17:06:13 +08:00
committed by Marco Bonelli
parent d76e3a4a5e
commit 98ec760508
4 changed files with 38 additions and 11 deletions

View File

@@ -0,0 +1,8 @@
# vue serve
> A subcommand provided by `@vue/cli` and `@vue/cli-service-global` that enables quick prototyping.
> More information: <https://cli.vuejs.org/guide/prototyping.html>.
- Serve a `.js` or `.vue` file in development mode with zero config:
`vue serve {{filename}}`