Skip to content

Commit 915ce1c

Browse files
committed
docs: update readme
1 parent eb07415 commit 915ce1c

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

Diff for: README.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,4 @@ cd my-app
1313
vue add ant-design
1414
```
1515

16-
You'll be asked some questions regarding how ant-design-vue is configured in your project. After that, you're good to go.
17-
18-
### Use with vue-cli UI
19-
20-
Skip this part if you've done everything in the `Install` section.
21-
22-
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.
23-
24-
![image](https://user-images.githubusercontent.com/4122593/50544833-0b156280-0c3d-11e9-8c9f-34b6602b66f5.png)
25-
26-
Also there're some configurations for you.
27-
28-
![image](https://user-images.githubusercontent.com/4122593/50544839-4c0d7700-0c3d-11e9-99ba-148ff41720e5.png)
16+
You'll be asked some questions regarding how ant-design-vue is configured in your project. After that, you're good to go.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-ant-design",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "vue-cli 3 plugin to add ant-design-vue",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)