cloud-ui.vusion
Version:
Vusion Cloud UI
46 lines (45 loc) • 1.35 kB
JSON
{
"name": "@cloud-ui/l-document.vue",
"description": "只有顶部栏和底部栏的通用页面布局。",
"version": "0.6.0",
"author": "Rainfore <rainforest92@126.com>",
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/vusion/cloud-ui.git",
"directory": "src/layouts/l-document.vue"
},
"homepage": "https://unpkg.com/@cloud-ui/l-document.vue@0.6.0/public/index.html",
"bugs": "http://github.com/vusion/cloud-ui/issues",
"license": "MIT",
"keywords": [
"proto",
"extension",
"ui",
"layout"
],
"scripts": {
"dev": "../../../node_modules/.bin/vue-cli-service doc --port 9090",
"build:doc": "../../../node_modules/.bin/vue-cli-service doc-build",
"screenshot": "vusion screenshot public/index.html --code-example --package",
"prepublishOnly": "npm run build:doc && npm run screenshot && vusion readme && vusion vetur && git add ."
},
"vuePlugins": {
"resolveFrom": "../../../"
},
"peerDependencies": {
"vue": "^2.5.0",
"cloud-ui.vusion": "^0.6.0"
},
"vusion": {
"type": "component",
"title": "文档布局",
"team": "necfe",
"access": "public",
"screenshots": [
"https://unpkg.com/@cloud-ui/l-document.vue@0.6.0/screenshots/0.png"
],
"category": "layout",
"ui": "cloud-ui.vusion"
}
}