Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanghuanrong/relaxui
🥉🥉基于Vue2的UI组件库
https://github.com/yanghuanrong/relaxui
es6 javascript less vuejs2
Last synced: 29 days ago
JSON representation
🥉🥉基于Vue2的UI组件库
- Host: GitHub
- URL: https://github.com/yanghuanrong/relaxui
- Owner: yanghuanrong
- Created: 2018-07-13T07:48:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T14:48:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T11:08:17.762Z (29 days ago)
- Topics: es6, javascript, less, vuejs2
- Language: Vue
- Homepage: https://yanghuanrong.github.io/RelaxUI/docs
- Size: 7.38 MB
- Stars: 102
- Watchers: 3
- Forks: 24
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RelaxUI
[![vue 2](https://img.shields.io/badge/vue-2-42b983.svg?style=flat-square)](https://vuejs.org) [![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php) [![Github All Releases](https://img.shields.io/github/downloads/atom/atom/total.svg?style=plastic)](https://www.npmjs.com/package/vue-relax-ui) [![Mozilla Add-on](https://img.shields.io/amo/stars/dustman.svg)](https://github.com/yanghuanrong/RelaxUI)
### 安装使用
``` bash
npm i vue-relax-ui
```
在`main.js`中引入
``` javascript
import Vue from 'vue'
import App from './App'
import router from './router'
import Relax from 'vue-relax-ui'
import 'vue-relax-ui/src/package/theme/style.css'
Vue.use(Relax)
Vue.config.productionTip = false/* eslint-disable no-new */
new Vue({
el: '#app',
router,
components: { App },
template: ''
})
```
### 组件文档
[RelaxUI组件网址](https://yanghuanrong.github.io/RelaxUI/docs)### 技术支持
Rick团队