1 Star 0 Fork 0

维李设论/vue-screen-configuration

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
we452366 提交于 2023-09-12 17:22 +08:00 . chore: v0.1.0打版
{
"name": "vue-screen-configuration",
"version": "0.1.0",
"description": "一款基于Vue2的大屏自配置组件",
"main": "dist/vue-screen-configuration.cjs.js",
"module": "dist/vue-screen-configuration.esm.js",
"unpkg": "dist/vue-screen-configuration.global.js",
"scripts": {
"build": "rollup -c",
"dev": "cross-env NODE_ENV=dev rollup -wc",
"demo": "npm run build && cd demo && npm run serve"
},
"repository": {
"type": "git",
"url": "https://gitee.com/VLeeDesignTheory/vue-screen-configuration.git"
},
"keywords": [
"screen",
"computer graphics",
"data visualization",
"vue",
"configuration flow"
],
"author": "we452366",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@vue/babel-preset-app": "^5.0.8",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"cssnano": "^5.1.15",
"postcss": "^8.4.21",
"rollup": "^2.79.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-serve": "^2.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^5.1.9",
"vue-template-compiler": "^2.7.14"
},
"dependencies": {
"ant-design-vue": "^1.7.8",
"vue": "^2.7.14",
"vue-grid-layout": "^2.4.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/VLeeDesignTheory/vue-screen-configuration.git
[email protected]:VLeeDesignTheory/vue-screen-configuration.git
VLeeDesignTheory
vue-screen-configuration
vue-screen-configuration
master

搜索帮助