mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-14 15:58:26 -05:00
246ae678cb
* refactor: move router to its own plugin * refactor: rename routerHistoryMode option to historyMode * test: add @vue/cli-plugin-router tests * feat: change src/router.js for most common use cases * fix: fix cli-ui tests * docs: Remove router root option from docs * fix: add support for legacy router option
home, heroImage, actionText, actionLink, features, footer
| home | heroImage | actionText | actionLink | features | footer | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| true | /favicon.png | 起步 → | /zh/guide/ |
|
MIT Licensed | Copyright © 2018-present Evan You |
起步
安装:
npm install -g @vue/cli
# OR
yarn global add @vue/cli
创建一个项目:
vue create my-project
# OR
vue ui