# vue-ui **Repository Path**: applesky/vue-ui ## Basic Information - **Project Name**: vue-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-08 - **Last Updated**: 2022-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一个Vue ui组件 ## 安装 1.使用本框架前,请在css中开启border-box ``` *{box-sizing: border-box;} ``` 2.需要手动引入css样式 ``` import "sky-tiny-ui/dist/index.css"; ``` ## 运行 npm run dev