All Projects → mqhe2007 → admincraft

mqhe2007 / admincraft

Licence: other
Admincraft is a vue admin application quick build tool

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to admincraft

vui-vc-next
Vue 3 with Vite Playground - Mobile web UI components - (vue3+vite2).
Stars: ✭ 15 (-58.33%)
Mutual labels:  vue-ui
application-modernization-javaee-quarkus
Application Modernization Sample - From Java EE (2010) to Cloud-Native (2021)
Stars: ✭ 99 (+175%)
Mutual labels:  micro-frontends
RuoYi-Vue-Oracle
🎉 (RuoYi)官方仓库 基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统
Stars: ✭ 225 (+525%)
Mutual labels:  vue-admin
Vum
An UI Framework build with Vue.js for mobile webapp
Stars: ✭ 1,582 (+4294.44%)
Mutual labels:  vue-ui
nodePlatform-eggjs
基于egg.js编写的node平台,演示地址不要乱搞啊
Stars: ✭ 214 (+494.44%)
Mutual labels:  vue-admin
admin-work
Vue3 和 NaiveUI 的完美结合—Admin Work,拥有漂亮、强大、完善的功能。采用 Vue3 Vite2 Typescript NaiveUI Pinia编写的中后台框架。全面的系统配置,优质模板,常用组件,真正一站式开箱即用。持续更新,不断完善,一直在前进~~
Stars: ✭ 394 (+994.44%)
Mutual labels:  vue-admin
hello-iui
⚙️ iui uniapp组件库演示示例【停止维护】
Stars: ✭ 20 (-44.44%)
Mutual labels:  vue-ui
angular-react-microfrontend
🚧 React vs Angular ? Why not both ! Micro frontend demo using Angular and React alongs with a NodeJS API
Stars: ✭ 17 (-52.78%)
Mutual labels:  micro-frontends
Admin-Frame-Vue3
基于Vue3 + Element-Plus + Vite 开发的中/后台管理系统
Stars: ✭ 181 (+402.78%)
Mutual labels:  vue-admin
m-app
📦 微应用容器组件,对 DOM、CSS、JS 进行硬隔离,达到真正的技术栈无关,并且运行时集成,微应用可独立开发、部署、升级。使用如 iframe 般简便,却超脱 iframe 的局限,你值得一试!
Stars: ✭ 81 (+125%)
Mutual labels:  micro-frontends
RuoYi-Cloud-Vue3
🎉 基于Spring Boot、Spring Cloud & Alibaba、Vue3 & Vite、Element Plus的分布式前后端分离微服务架构权限管理系统
Stars: ✭ 295 (+719.44%)
Mutual labels:  vue-admin
vue-admin-template
vue admin template 轻量级 后台管理系统基础模板
Stars: ✭ 24 (-33.33%)
Mutual labels:  vue-admin
vue-lite-admin
a lite vue3.0 admin template,there is no typescript and vuex (但注释挺全)
Stars: ✭ 67 (+86.11%)
Mutual labels:  vue-admin
Cube Ui
🔶 A fantastic mobile ui lib implement by Vue
Stars: ✭ 8,896 (+24611.11%)
Mutual labels:  vue-ui
vuetify-admin
SPA Admin Framework for Vue.js running on top of REST APIs and built on Vuetify
Stars: ✭ 212 (+488.89%)
Mutual labels:  vue-admin
vue2
【🔥Vue.js资讯📚】目前web前端开发非常火爆的框架;定时更新,欢迎 Star 一下。
Stars: ✭ 415 (+1052.78%)
Mutual labels:  vue-ui
soybean-admin
A fresh and elegant admin template, based on Vue3,Vite3,TypeScript,NaiveUI and UnoCSS [一个基于Vue3、Vite3、TypeScript、NaiveUI 和 UnoCSS的清新优雅的中后台模版]
Stars: ✭ 2,322 (+6350%)
Mutual labels:  vue-admin
symbiote.js
Simple, light and very powerful library to create embedded components for any purpose, with a data flow management included.
Stars: ✭ 40 (+11.11%)
Mutual labels:  micro-frontends
micro-frontends
example repo for micro frontends with react and dependency inversion as integration pattern
Stars: ✭ 28 (-22.22%)
Mutual labels:  micro-frontends
antd-admin
ant-design-vue-pro
Stars: ✭ 14 (-61.11%)
Mutual labels:  vue-admin

本工具停止维护,请使用vue-module-loader

Admincraft

Admincraft是一个支持模块化分布部署和加载的vue admin。(微前端?

Admincraft is a vue admin that supports modular distribution deployment and loading. (Micro frontends?)

Admincraft 名称借鉴自“Minecraft”。也是希望 Admincraft 能够像“Minecraft”一样成为一个灵活强大的自由组合工具,为中后台应用的快速开发寻找一个新的方式。

安装

yarn add admincraft

快速开始

// 导入Admincraft构造函数
import Admincraft from 'admincraft'
// 创建挂载DOM
let appElement = document.createElement('div')
document.body.appendChild(appElement)
// 实例化
let admincraft = new Admincraft()
admincraft.$mount(appElement)

详细用法请阅读使用文档

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].