# CoolButton **Repository Path**: achens/CoolButton ## Basic Information - **Project Name**: CoolButton - **Description**: 很有意思的一个开源 Vue 按钮组件库。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-21 - **Last Updated**: 2022-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简介 使用 Vue 封装的一个 CSS 按钮库 ## 一、文件说明 ### components: - ColorButton:单颜色、渐变色、自定背景颜色按钮 - CoolButton:酷炫按钮,目前只有四个 - OrdinaryButton:普通按钮,幽灵按钮,朴素按钮、文本按钮 - but-init-style:存放公用样式 ## 二、使用教程 ### 克隆项目 ``` git clone https://gitee.com/qingchen666/vue-blog-admin.git ``` ### 在克隆的文件夹下安装配置文件 ``` npm install ``` ### 运行(建议在 Vue ui 中调试运行) ``` // 运行项目 npm run serve // 运行服务器 npm run server ```