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

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs