# vue3-admin **Repository Path**: one-smile/vue3_admin ## Basic Information - **Project Name**: vue3-admin - **Description**: A admin project demo of vue3 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-22 - **Last Updated**: 2023-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3, vue-router, vue-vuex, Mock ## README # vue3_admin # 简介 一个基于 vue-cli + Vue3 + Ant Design Vue + vuex + vue-i18n + antv 构建的后台管理系统 版本: - Vue3 + Vite2 + TS 版本:[vue3-admin-vite-ts github](https://github.com/fenglingcong/vue3-admin-vite-ts) / [gitee](https://gitee.com/one-smile/vue3-admin-vite-ts) - Vue3 + vue-cli 版本:[vue3-admin github](https://github.com/fenglingcong/vue3-admin) / [gitee](https://gitee.com/one-smile/vue3_admin) ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Run your unit tests ``` yarn test:unit ``` ### Lints and fixes files ``` yarn lint ``` ### Mock for Apifox See [Apifox](https://www.apifox.cn/). ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).