All Projects → yanghuanrong → RelaxUI

yanghuanrong / RelaxUI

Licence: other
🥉🥉基于Vue2的UI组件库

Programming Languages

Vue
7211 projects
Less
1899 projects

Projects that are alternatives of or similar to RelaxUI

node-less-chokidar
Watch and build CSS from LESS, compatible with Create React App
Stars: ✭ 21 (-78.12%)
Mutual labels:  less
Online-News-Portal-with-Django
Daily News For You is an online news portal developed by Django and SQLite
Stars: ✭ 45 (-53.12%)
Mutual labels:  less
react-native-less-transformer
Use Less to style your React Native apps.
Stars: ✭ 26 (-72.92%)
Mutual labels:  less
WPKirk
A WP Bones skeleton Plugin
Stars: ✭ 28 (-70.83%)
Mutual labels:  less
vue-wechat-desktop
🔥Vue 全家桶仿mac微信
Stars: ✭ 22 (-77.08%)
Mutual labels:  less
simple react startkit
This is a simple react boilerplate, without complex dependencies(eg. redux or router), this project can help you start the react project in seconds.
Stars: ✭ 109 (+13.54%)
Mutual labels:  less
Better-Less
Cross-compatible syntax highlighting for Less
Stars: ✭ 13 (-86.46%)
Mutual labels:  less
manage-demo
后台管理系统模版
Stars: ✭ 19 (-80.21%)
Mutual labels:  less
static-html-template
静态页面网站快速开发环境,支持自动刷新页面,less样式预处理。
Stars: ✭ 19 (-80.21%)
Mutual labels:  less
vue-antd-admin
基于vue3.0 + vue-cli4.0 + vue-router4.x + vuex4.x + ant-design-vue2.x开发的后台管理系统模板,包含权限路由、权限按钮、流程配置、个人中心等基础功能
Stars: ✭ 57 (-40.62%)
Mutual labels:  less
campus-leaflets
校园传单是一个使用 Node.js、MongoDB、Koa、EJS、MDL、Less、RequireJS 和 Gulp 开发的 Node 应用程序。
Stars: ✭ 16 (-83.33%)
Mutual labels:  less
leo-ui
UI组件库
Stars: ✭ 16 (-83.33%)
Mutual labels:  less
styless
Style your components declaratively with familiar less syntax
Stars: ✭ 64 (-33.33%)
Mutual labels:  less
boilerplate-nextjs-antd-less
A boilerplate for Reactjs app using nextjs, redux, antd, less
Stars: ✭ 45 (-53.12%)
Mutual labels:  less
vue-tsx-admin
基于typscript+jsx+vue+ant-design-vue+ant-design-pro的中后台模板
Stars: ✭ 53 (-44.79%)
Mutual labels:  less
next-plugin-antd-less
🎩 Use Antd (Less) with Next.js v12, Zero Dependency on other Next-Plugins.
Stars: ✭ 338 (+252.08%)
Mutual labels:  less
generator-speedseed
Oriented to components, allow create/choice template, multiple configuration with easy maintenance
Stars: ✭ 13 (-86.46%)
Mutual labels:  less
eadmin
eadmin - 极致用户体验与极简开发并存的开箱即用的后台UI框架
Stars: ✭ 258 (+168.75%)
Mutual labels:  less
mailspring-matcha-theme
Matcha theme for Mailspring
Stars: ✭ 32 (-66.67%)
Mutual labels:  less
React-Whole-barrels
webapck + react + react-router +dva + es6 + less + antd 实现的脚手架 👌👌
Stars: ✭ 23 (-76.04%)
Mutual labels:  less

RelaxUI

vue 2 MIT Licence Github All Releases Mozilla Add-on

安装使用

npm i vue-relax-ui

main.js中引入

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: '<App/>'
})

组件文档

RelaxUI组件网址

技术支持

Rick团队

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].