From 915ce1cc7309ccdcf2af46cd8da900006fab96f6 Mon Sep 17 00:00:00 2001 From: wangxueliang Date: Wed, 2 Jan 2019 13:12:08 +0800 Subject: [PATCH] docs: update readme --- README.md | 14 +------------- package.json | 2 +- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index e0dd650..ff8c133 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +You'll be asked some questions regarding how ant-design-vue is configured in your project. After that, you're good to go. \ No newline at end of file diff --git a/package.json b/package.json index dba660c..1723243 100644 --- a/package.json +++ b/package.json @@ -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": {