DEV Community

hangjob
hangjob

Posted on

5 3

My new book,Open source Management System, vue-bag-admin

vue-bag-admin,use Vue3+Vite2.6+TypeScript+ant-design-vue,Provide the basic framework, quickly build enterprise-level background products, responsive management background system, using the form of building dependency packages, development only need to introduce dependency

源码地址

install

npm i vue-bag-admin -save
Enter fullscreen mode Exit fullscreen mode

App.vue

<template>
    <router-view></router-view>
</template>
Enter fullscreen mode Exit fullscreen mode

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')
Enter fullscreen mode Exit fullscreen mode

预览图
预览图

Top comments (1)

Collapse
 
alinasmail profile image
AlinaSmail

we use open source to innovate and we release open source to share our innovations. obsession spells that work fast

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

👋 Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay