You've already forked pure-component
添加了编译流程;
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "pure-component",
|
||||
"version": "1.0.0",
|
||||
"description": "一个功能强大的UI组件库和一个轻量级的API请求工具,可以帮助开发者快速构建现代化的Web应用界面。",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "gulp minify"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"gulp": "^5.0.1",
|
||||
"gulp-chinese2unicode": "^1.0.1",
|
||||
"gulp-terser": "^2.1.0",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"terser": "^5.43.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user