# wb-uni-ui **Repository Path**: jefferic/wb-ui-doc ## Basic Information - **Project Name**: wb-uni-ui - **Description**: wb-ui-doc - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wb-uniui ## 项目配置 ``` yarn ``` ### 开发调试 ``` yarn serve ``` ### 生成 ``` yarn build ``` ### 自定义配置 See [Configuration Reference](https://cli.vuejs.org/config/). ### 疑难杂症 node-sass 无法更新: ``` yarn config set sass-binary-site http://npm.taobao.org/mirrors/node-sass ``` ### 参考 - [vue-styleguidist 中文文档](https://segmentfault.com/a/1190000022721297)