1
头图
vue-bag-admin is built with Vue3+Vite2.6+TypeScript+ant-design-vue, provides a basic framework, quickly builds enterprise-level mid- and back-end products, responsive management back-end systems, and uses the form of building dependency packages. Development only requires Introduce dependencies

Online experience , tutorial documentation

🎉

  • 💪 One-click configuration, rapid development
  • 🌍 Dynamic extension page and configuration customization
  • 🚀 Cross-platform PC, mobile, tablet
  • 📦️ Dynamic rendering of backend routing
  • 🥳 Open source version supports free commercial use

Install

 npm i vue-bag-admin -save

use

App.vue

 <template>
    <router-view></router-view>
</template>

main.js

 import { createApp } from 'vue'
import App from './App.vue'

import install from 'vue-bag-admin'
import 'vue-bag-admin/lib/style.css'
import 'vue-bag-admin/mock' // 进入mock数据

createApp(App).use(install).mount('#app')

羊先生
1.9k 声望821 粉丝