# vue-admin-frame **Repository Path**: lsk_ciao/vue-web-admin-frame ## Basic Information - **Project Name**: vue-admin-frame - **Description**: #前端开源的中后台管理, 基于vue3 + TypeScript + Element Plus + vue-router + Pinia,内置常用组件和方法函数,开箱即用 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://lsk_ciao.gitee.io/vue-web-admin-frame/index.html - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2023-03-22 - **Last Updated**: 2025-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, TypeScript, element-plus, Pinia, vue-router4 ## README # vue-web-admin-frame #### 介绍 前端, 基于vue3 + TypeScript + Element Plus + vue-router + Pinia #### 安装教程 ``` npm install npm run dev ``` #### 使用说明 1. 在根目录的public文件夹中, 有个tinymce的包,是富文本的插件, 建议放到服务器下通过link引入, 其中集成了很多的第三方的个人插件,所以通过这种形式引入,如果不需要,也可以删除此文件夹。 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request