From 06afae37e7b4c76e540357a602a22284ec282251 Mon Sep 17 00:00:00 2001 From: zyqwst <790321193@qq.com> Date: Sun, 28 Jun 2020 00:53:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 47 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 32 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index c70ce41..bff7580 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,41 @@ # json-schema-editor-vue -## Project setup +A json-schema editor of high efficient and easy-to-use, base on Vue +### Usage ``` -npm install +npm install json-schema-editor-vue ``` -### Compiles and hot-reloads for development ``` -npm run serve +import JsonSchemaEditor from '../packages/index' +Vue.use(JsonSchemaEditor) +``` +``` + + + ``` -### Compiles and minifies for production -``` -npm run build -``` +Don't forget to star if it helped! -### Lints and fixes files -``` -npm run lint -``` - -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/). +如果对您有帮助,别忘记给个星哦 \ No newline at end of file