# uni-h5 **Repository Path**: ljx_luke/uni-h5 ## Basic Information - **Project Name**: uni-h5 - **Description**: 基于uniapp的H5模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-13 - **Last Updated**: 2022-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uni-project ## 安装 ``` npm install ``` ### 打包调试 ``` H5:npm run serve 微信:npm run dev:mp-weixin ``` ### Compiles and minifies for production ``` npm run build ``` ### 引入uni ui 组件 引入方法 See[uni ui](https://ext.dcloud.net.cn/plugin?id=55). ### color UI css库 使用文档 See[color ui](https://www.kancloud.cn/m22543/colorui/). 或[文档二](https://www.kancloud.cn/als24/color/). 推荐对照微信小程序colorUI使用 ### 解决sass-loader报错 ``` npm install --save-dev sass-loader npm install --save-dev node-sass ```