Skip to content

Commit

Permalink
Add view-ui-plus w/ npm auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
KazmaZhang authored Jan 2, 2024
1 parent fce7e4a commit 95ddc0f
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions packages/v/view-ui-plus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "view-ui-plus",
"description": "An enterprise-level UI component library and front-end solution based on Vue.js 3",
"homepage": "www.iviewui.com",
"keywords": [
"iview",
"vue",
"viewui",
"viewuiplus",
"vue.js",
"component",
"components",
"ui",
"framework"
],
"authors": [
{
"name": "Aresn",
"email": "[email protected]",
"url": "https://www.iviewui.com"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/view-design/ViewUIPlus.git"
},
"autoupdate": {
"source": "npm",
"target": "view-ui-plus",
"fileMap": [
{
"basePath": "dist",
"files": [
"**/*"
]
}
]
},
"license": "MIT"
}

0 comments on commit 95ddc0f

Please sign in to comment.