Ai
1 Star 0 Fork 0

上善若水/webpack打包 组件库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 630 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangdawei 提交于 2021-12-01 11:35 +08:00 . chore: webpack配置
{
"name": "vue-el-table",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "webpack --progress --watch"
},
"dependencies": {
"clean-webpack-plugin": "^4.0.0",
"element-ui": "^2.15.6",
"vue": "^2.6.10"
},
"devDependencies": {
"css-loader": "^2.1.1",
"file-loader": "^6.2.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"style-loader": "^0.23.1",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ssrss_admin/webpack.git
git@gitee.com:ssrss_admin/webpack.git
ssrss_admin
webpack
webpack打包 组件库
master

搜索帮助