Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smokingrabbit/amaze-vue
一只基于amazeui样式封装的vue组件库。万水千山总是情,点个star再走行不行~~~
https://github.com/smokingrabbit/amaze-vue
amaze amaze-vue amazeui vue-amaze vue-amazeui vue-components vue2
Last synced: 3 days ago
JSON representation
一只基于amazeui样式封装的vue组件库。万水千山总是情,点个star再走行不行~~~
- Host: GitHub
- URL: https://github.com/smokingrabbit/amaze-vue
- Owner: SmokingRabbit
- Created: 2017-08-30T07:44:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T08:55:39.000Z (almost 6 years ago)
- Last Synced: 2024-12-12T23:51:30.296Z (10 days ago)
- Topics: amaze, amaze-vue, amazeui, vue-amaze, vue-amazeui, vue-components, vue2
- Language: Vue
- Homepage: https://SmokingRabbit.github.io/amaze-vue/
- Size: 2.23 MB
- Stars: 212
- Watchers: 12
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
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