Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxueliang committed Jan 2, 2019
1 parent eb07415 commit 915ce1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,4 @@ cd my-app
vue add ant-design
```

You'll be asked some questions regarding how ant-design-vue is configured in your project. After that, you're good to go.

### Use with vue-cli UI

Skip this part if you've done everything in the `Install` section.

If you prefer managing your project in vue-cli UI (by running `vue ui`), here's how you can add Ant-Design-Vue plugin: go to the Plugins menu, click the upper right `+ Add plugin` button, find `vue-cli-plugin-vue-cli-plugin-ant-design` and install it.

![image](https://user-images.githubusercontent.com/4122593/50544833-0b156280-0c3d-11e9-8c9f-34b6602b66f5.png)

Also there're some configurations for you.

![image](https://user-images.githubusercontent.com/4122593/50544839-4c0d7700-0c3d-11e9-99ba-148ff41720e5.png)
You'll be asked some questions regarding how ant-design-vue is configured in your project. After that, you're good to go.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-cli-plugin-ant-design",
"version": "0.0.1",
"version": "1.0.0",
"description": "vue-cli 3 plugin to add ant-design-vue",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 915ce1c

Please sign in to comment.