# amaze-vue **Repository Path**: smokingRabbit/amaze-vue ## Basic Information - **Project Name**: amaze-vue - **Description**: 一只基于amazeui样式封装的vue组件库。万水千山总是情,点个star再走行不行~~~ - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://smokingrabbit.github.io/amaze-vue/ - **GVP Project**: No ## Statistics - **Stars**: 153 - **Forks**: 22 - **Created**: 2017-12-07 - **Last Updated**: 2023-12-14 ## Categories & Tags **Categories**: vue-extensions **Tags**: None ## README

## amaze-vue [![Build Status](https://travis-ci.org/smokingRabbit/amaze-vue.svg?branch=master)](https://travis-ci.org/smokingRabbit/amaze-vue) [![npm](https://img.shields.io/npm/v/amaze-vue.svg)](https://www.npmjs.com/package/amaze-vue) [![npm](https://img.shields.io/npm/dm/amaze-vue.svg)](https://www.npmjs.com/package/amaze-vue) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://opensource.org/licenses/MIT) > 一只基于amazeui样式封装的vue组件库。万水千山总是情,点个star再走行不行~~~ ### [文档 & 示例 ](https://smokingrabbit.github.io/amaze-vue) ### [BUG、意见反馈](https://github.com/smokingRabbit/amaze-vue/issues) ### 使用交流 QQ群 285353957 [![使用交流群](https://pub.idqqimg.com/wpa/images/group.png)](https://shang.qq.com/wpa/qunwpa?idkey=f69b9d7d833c074b4dc2c45d159e0ebaec4b6169a3cdbbe90fe644826af8c820) ### 使用 ```bash npm install amaze-vue --save ``` ```js import Vue from 'vue'; import AmazeVue from 'amaze-vue'; import 'amaze-vue/dist/amaze-vue.css'; Vue.use(AmazeVue); ``` ### 开发 ```bash npm i npm run dev ``` ### 代码贡献者 - [evalor](https://github.com/evalor) - [PingShiGuo](https://github.com/pingshiguo) ### 致谢 - [Amaze Ui](http://www.amazeui.org/) - [highlightjs](https://www.highlightjs.org/) ### LICENSE MIT