Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zjhr/vue-amazeui
一只基于Amaze UI Touch React.js 的移动端 Web 组件库样式的基础上用Vue2.0.js来重构的移动端 Web 组件库。
https://github.com/zjhr/vue-amazeui
amaze amazeui vue vue-amazeui vue2 vuejs
Last synced: about 1 month ago
JSON representation
一只基于Amaze UI Touch React.js 的移动端 Web 组件库样式的基础上用Vue2.0.js来重构的移动端 Web 组件库。
- Host: GitHub
- URL: https://github.com/zjhr/vue-amazeui
- Owner: zjhr
- Created: 2017-03-04T08:45:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T01:14:55.000Z (almost 7 years ago)
- Last Synced: 2024-09-27T19:04:02.926Z (about 2 months ago)
- Topics: amaze, amazeui, vue, vue-amazeui, vue2, vuejs
- Language: Vue
- Homepage: https://zjhr.github.io/vue-amazeui-demo/
- Size: 201 KB
- Stars: 39
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-amazeui
>组件组合了vue-router,所以必须安装vue-router
## 安装 vue-amazeui
``` bash
# 安装
npm install vue-amazeui
```
## 使用
``` bash
import VueAmazeui from 'vue-amazeui'
import 'vue-amazeui/dist/static/css/vue-amazeui.css'
Vue.use(VueAmazeui)
```## 组件文档
>风琴式组件
>微章组件
>按钮组件
>卡片式组件
>父容器组件
>表单组件
>网格组件
>分组组件
>icon组件
>列表组件
>加载组件
>模态框组件
>导航条组件
>通知组件
>侧边栏组件
>弹出层组件
>轮播图组件
>工具栏组件
>选项卡组件
>开关组件
>子容器组件
>辅助类
>项目演示## 项目demo运行
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```
https://github.com/zjhr/vue-amazeui