Giter Club home page Giter Club logo

zijiexiaohu / miitvip-vue-admin-manager Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lirongtong/miitvip-vue-admin-manager

0.0 0.0 0.0 996 KB

:kissing_heart:A unified template used to backend management built on Vue3.0 + Ant Design Vue + Vite. :heart: Makeit Admin Pro,是基于 Vue3.0 + Vite + Ant Design Vue 组件库开发的一套适合中后台管理项目的统一 UI 框架,包含页面布局 / 注册 / 登录 / 验证码等常用模块,开箱即用。持续开发更新中 ...

Home Page: https://admin.makeit.vip

HTML 0.18% Vue 3.88% TypeScript 65.83% JavaScript 4.06% Less 26.05%

miitvip-vue-admin-manager's Introduction

A unified template used to backend management based on Vue3.0 + Ant Design Vue + Vite

npm package npm_downloads MIT webpack vue vite axios ant design vue vue router vuex

关于

Makeit Admin Pro,基于 Vue3.0 + Vite 开发,结合 Ant Design Vue 组件库开发的一套适合中后台管理项目的统一 UI 框架,包含统一的页面布局 / 注册页面 / 登录页面 / 验证码 / 搜索联想 / 动态配置项目菜单等常用模块,开箱即用。集成这套框架的目的,就是为了免去那些中后台管理项目中,基础又重复的页面,包括布局,登录注册页面等等,同时也集成了项目开发中常用的工具类函数,方便调用及扩展。现阶段还在不断完善,持续开发更新中 ...

若对框架的使用有更好的建议,或者有更多的定制化需求,亦或者组件存在 BUG,欢迎来 这里issues,我将尽快抽时间去完善,去解决 BUG,不胜感激。

安装

npm i makeit-admin-pro

使用

import { createApp } from 'vue'
import { createStore } from 'vuex'
import router from './router'
import MakeitAdminPro from 'makeit-admin-pro'
import App from './app.vue'
import 'ant-design-vue/dist/antd.css'
import 'makeit-admin-pro/dist/miitvip.min.css'

const app = createApp(App)
app.use(router)
app.use(createStore({}))
app.use(MakeitAdminPro)
app.mount('#app')

布局

<template>
    <mi-layout></mi-layout>
</template>

登录

<template>
    <mi-login :action="api.login"></mi-login>
</template>

注册

<template>
    <mi-register :action="api.register"></mi-register>
</template>

更多

更多内容及使用请查看在线示例:https://admin.makeit.vip

miitvip-vue-admin-manager's People

Contributors

lirongtong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.