# Modest-UI **Repository Path**: modest-UI/modest-ui ## Basic Information - **Project Name**: Modest-UI - **Description**: 轻便快捷,是一个基于vue专注于简洁、高效的用户界面组件库,旨在为开发者提供一套优质的工具,帮助他们快速构建出令人满意的应用程序 - **Primary Language**: JavaScript - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-12-14 - **Last Updated**: 2024-03-12 ## Categories & Tags **Categories**: webui **Tags**: None ## README # Modest-UI ## 介绍 轻便快捷,是一个基于vue/uniapp专注于简洁、高效的用户界面组件库,旨在为开发者提供一套优质的工具,帮助开发者快速构建出令人满意开发 ## 安装教程 (暂时先不建议使用还没优化) ```sh git https://gitee.com/modest-UI/modest-ui.git; ``` ```sh npm i modest-ui; ``` ## 开发使用IDE [VSCode](https://code.visualstudio.com/) + [hbuilderx](https://dcloud.io/hbuilderx.html) ## 自定义配置 参考 [Vite 配置参考](https://vitejs.dev/config/). ## 项目设置 ```sh npm install ``` ### 编译和热重载以进行开发 ```sh npm run dev ``` ### 编译和压缩以进行生产环境构建 ```sh npm run build ```