Skip to content

Commit

Permalink
fix(amis-editor): fix(action): release
Browse files Browse the repository at this point in the history
dependencies

ISSUES CLOSED: #2
  • Loading branch information
h7ml committed Jun 15, 2022
1 parent a7dff30 commit e13200d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ engine-strict = true
shamefully-hoist = true
hoist = true
registry = https://registry.npmjs.org/
auto-install-peers = true
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# vue-amis-sdk

## about

- This project is based on [vuera](https://github.com/akxcv/vuera) and mainly focuses on the encapsulation of [amis-editor](https://www.npmjs.com/package/amis-editor)
- You can edit at [this](https://vue-amis-sdk.vercel.app/). The [proxy](https://github.com/h7ml/vue-amis-sdk/blob/master/vercel.json) mode is enabled. You can copy the JSON of [amis](https://aisuda.bce.baidu.com/amis/examples/index). It supports direct rendering

Expand Down Expand Up @@ -85,11 +86,13 @@ export default {

### version

| [vue-amis-sdk](https://www.npmjs.com/package/vue-amis-sdk) | [amis](https://www.npmjs.com/package/amis) | [amis-editor](https://www.npmjs.com/package/amis-editor) |
|--------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
| [vue-amis-sdk](https://www.npmjs.com/package/vue-amis-sdk) | [amis](https://www.npmjs.com/package/amis) | [amis-editor](https://www.npmjs.com/package/amis-editor) |
| ------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| [![amis-editor](https://badgen.net/badge/vue-amis-sdk/1.10.0/blue)](https://www.npmjs.com/package/vue-amis-sdk/v/1.10.0) | [![amis](https://img.shields.io/badge/amis-1.10.0-green.svg)](https://www.npmjs.com/package/amis/v/1.10.0) | [![amis-editor](https://badgen.net/badge/vue-amis-sdk/4.1.0-beta.28/blue)](https://www.npmjs.com/package/amis-editor/v/4.1.0-beta.28) |
| [![amis-editor](https://badgen.net/badge/vue-amis-sdk/1.10.2/blue)](https://www.npmjs.com/package/vue-amis-sdk/v/1.10.2) | [![amis](https://img.shields.io/badge/amis-1.10.2-green.svg)](https://www.npmjs.com/package/amis/v/1.10.2) | [![amis-editor](https://badgen.net/badge/vue-amis-sdk/4.1.0-beta.28/blue)](https://www.npmjs.com/package/amis-editor/v/4.1.0-beta.28) |
| [![amis-editor](https://badgen.net/badge/vue-amis-sdk/1.10.2/blue)](https://www.npmjs.com/package/vue-amis-sdk/v/1.10.2) | [![amis](https://img.shields.io/badge/amis-1.9.2-green.svg)](https://www.npmjs.com/package/amis/v/1.10.2) | [![amis-editor](https://badgen.net/badge/vue-amis-sdk/4.1.0-beta.28/blue)](https://www.npmjs.com/package/amis-editor/v/4.1.0-beta.28) |
| [![amis-editor](https://badgen.net/badge/vue-amis-sdk/1.10.3/blue)](https://www.npmjs.com/package/vue-amis-sdk/v/1.10.2) | [![amis](https://img.shields.io/badge/amis-1.9.1beta.11-green.svg)](https://www.npmjs.com/package/amis/v/1.9.1-beta.11) | [![amis-editor](https://badgen.net/badge/vue-amis-sdk/4.1.0-beta.24/blue)](https://www.npmjs.com/package/amis-editor/v/4.1.0-beta.24) |

### repo

- [vue-amis-sdk editor](https://vue-amis-sdk.vercel.app/)
- [vue-amis-sdk repo](https://github.com/h7ml/vue-amis-sdk)

0 comments on commit e13200d

Please sign in to comment.