金币系统前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
hongxilin a4e0abefbf 工作台 5 months ago
..
.vscode 活动管理模块,客服充值明细,所有充值明细,充值审核,客户金币明细显示数据,退款审核显示数据,工作台大致框架 6 months ago
public 活动管理模块,客服充值明细,所有充值明细,充值审核,客户金币明细显示数据,退款审核显示数据,工作台大致框架 6 months ago
src 工作台 5 months ago
.gitignore 活动管理模块,客服充值明细,所有充值明细,充值审核,客户金币明细显示数据,退款审核显示数据,工作台大致框架 6 months ago
README.md 活动管理模块,客服充值明细,所有充值明细,充值审核,客户金币明细显示数据,退款审核显示数据,工作台大致框架 6 months ago
index.html 活动管理模块,客服充值明细,所有充值明细,充值审核,客户金币明细显示数据,退款审核显示数据,工作台大致框架 6 months ago
package-lock.json 活动管理模块,客服充值明细,所有充值明细,充值审核,客户金币明细显示数据,退款审核显示数据,工作台大致框架 6 months ago
package.json 工作台 5 months ago
tsconfig.app.json 活动管理模块,客服充值明细,所有充值明细,充值审核,客户金币明细显示数据,退款审核显示数据,工作台大致框架 6 months ago
tsconfig.json 活动管理模块,客服充值明细,所有充值明细,充值审核,客户金币明细显示数据,退款审核显示数据,工作台大致框架 6 months ago
tsconfig.node.json 活动管理模块,客服充值明细,所有充值明细,充值审核,客户金币明细显示数据,退款审核显示数据,工作台大致框架 6 months ago
vite.config.ts 工作台 5 months ago

README.md

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.

npm install 下载依赖包

npm run dev 启动项目

npm install vue-router 下载vue-router组件

npm install axios 下载axios组件

npm install element-plus --save 下载element-plus组件

npm install @element-plus/icons-vue 下载element-plus图标库

npm install vue-icons-plus --save 下载外部图标库

npm install echarts 安装echarts组件

npm install moment 安装moment组件