UNPKG

@_nu/vue-dialog

Version:

NU 「 no-ui 」 组件库系统 nu-system,按钮组件 VUE 实现

55 lines (54 loc) 1.42 kB
{ "name": "@_nu/vue-dialog", "version": "0.0.8", "description": "NU 「 no-ui 」 组件库系统 nu-system,按钮组件 VUE 实现", "scripts": { "build": "vue-cli-service build --target lib ./src/index.vue --name index", "prepublishOnly": "npm run build", "log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "commitInit": "commitizen init cz-conventional-changelog --yarn --dev --exact" }, "files": [ "dist", "CHANGELOG.md", "README.md", "LICENSE", "package.json" ], "contributors": "https://github.com/nu-system/vue-dialog/graphs/contributors", "repository": { "type": "git", "url": "https://github.com/nu-system/vue-dialog.git" }, "author": "yfe-team", "license": "MIT", "homepage": "https://nu-system.github.io/vue/dialog/", "main": "dist/index.umd.min.js", "keywords": [ "ui", "no-ui", "nu-system", "vue", "vue-ui", "button" ], "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ], "devDependencies": { "@vue/cli-plugin-babel": "^3.2.0", "@vue/cli-service": "^3.2.2", "babel-core": "^6.26.3", "commitizen": "^4.0.3", "conventional-changelog-cli": "^2.0.21", "cz-conventional-changelog": "^3.0.2", "vue-template-compiler": "^2.6.9" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }