UNPKG

skin-fly-ui

Version:

skin-fly-ui功能完善中...,

41 lines (25 loc) 801 B
# skin-fly-ui #### Description 一个基于 element-plus 的二次封装组件库,主要用于后台管理系统,主要有头部的搜索栏,table,分页,form。 #### Software Architecture Software architecture description #### Installation 1. xxxx 2. xxxx 3. xxxx #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature ### 解决报错 terser not found. Since Vite v3, terser has become an optional dependency. You need to install it. error during build: Error: terser not found. Since Vite v3, terser has become an optional dependency. You need to install it. # 解决方式 npm i terser --legacy--peer-deps