# zwc-ui **Repository Path**: uni-yunApp/zwc-ui ## Basic Information - **Project Name**: zwc-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-05 - **Last Updated**: 2024-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lib-template ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 如何使用 ### 在项目中安装依赖包 yarn add git+https://gitee.com/uni-yunApp/zwc-ui.git#master (后面可以接版本号) ### 在项目的main.js中引入 import ZwcUI from 'za-component-library'; import 'za-component-library/lib/za-component-library.css'; ### 项目目录结构 ### examples --用于测试写好的组件 ### packages --用于存放编写的组件 ### 注意事项 package.json 一定要指明包的入口,否则项目中无法使用 ### 使用tag来更新包的版本 git add * git commit -m 'xxxx' git tag 版本号 git push git push origin 版本号