Files
vue-cli/docs/guide/prototyping.md
Haoqun Jiang 1e5ba6b831 feat!: make vue serve/build aliases to npm run serve/build (#6115)
To avoid user confusion. Also allows us to focus more on CLI's core
functionalities.
2020-12-08 11:08:07 +08:00

6 lines
259 B
Markdown

# Instant Prototyping
Removed in v5. We recommend you to use [vite](https://github.com/vitejs/vite/#readme) for Vue component prototyping.
If you are using `@vue/cli` v4, please visit <https://v4.cli.vuejs.org/guide/prototyping.html> for the documentation.