@ajaxjs/ui 1.2.4 → 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -0
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -1,7 +1,23 @@
|
|
|
1
|
+
[](https://www.npmjs.com/package/@ajaxjs/ui)
|
|
2
|
+
[](https://vuejs.org)
|
|
3
|
+
[](https://www.typescriptlang.org/)
|
|
4
|
+
[](http://www.apache.org/licenses/LICENSE-2.0.txt)
|
|
5
|
+
[](mailto:frank@ajaxjs.com)
|
|
6
|
+
[](https://shang.qq.com/wpa/qunwpa?idkey=3877893a4ed3a5f0be01e809e7ac120e346102bd550deb6692239bb42de38e22)
|
|
7
|
+
|
|
1
8
|
# Widgets based on iView.js
|
|
2
9
|
|
|
3
10
|
for Vue2 & iView.js v2
|
|
4
11
|
|
|
12
|
+
NPM: https://www.npmjs.com/package/@ajaxjs/ui.
|
|
13
|
+
|
|
14
|
+
```shell
|
|
15
|
+
npm i @ajaxjs/ui # install
|
|
16
|
+
npm run dev # do coding
|
|
17
|
+
npm run build # output js
|
|
18
|
+
npm run release # deploy to NPM
|
|
19
|
+
```
|
|
20
|
+
|
|
5
21
|
## API Selector API 选择器
|
|
6
22
|
|
|
7
23
|
## API Helper 可视化 HTTP 请求工具
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ajaxjs/ui",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5",
|
|
4
4
|
"description": "Widgets based on iView.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"vue-codemirror": "^4.0.6",
|
|
26
|
-
"vuedraggable": "^2.24.3",
|
|
27
26
|
"@ajaxjs/util": "1.1.1"
|
|
28
27
|
},
|
|
29
28
|
"devDependencies": {
|