添加了编译流程;

This commit is contained in:
袁涛
2025-08-13 12:33:49 +08:00
parent 3f9dbff91e
commit 9017753f56
6 changed files with 2809 additions and 162 deletions

18
package.json Normal file
View 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"
}
}