易推网络渠道商营销管理系统

wangzhiqiang 76243bcf76 弃用筛选应用类型 il y a 1 mois
public c353f6141a 优化favicon和logo图片 il y a 4 mois
src 76243bcf76 弃用筛选应用类型 il y a 1 mois
.env.development 850f8f5041 优化用户列表查看ECPM弹窗 il y a 1 mois
.env.production 5c34960416 用户列表查看ecpm加上appId,收益接口请求放宽到60s il y a 2 mois
.env.staging a38964445f 修改接口环境变量 il y a 3 mois
.gitignore 7a4e110b09 ignore mock dir il y a 5 mois
README.md 6946bdee3b init il y a 5 mois
index.html 7a82427c52 新增反馈入口 il y a 3 mois
package-lock.json 445bf26161 用户列表新增批量操作功能 il y a 2 mois
package.json 445bf26161 用户列表新增批量操作功能 il y a 2 mois
vite.config.js 47fe4021d6 优化字典hook、关闭百度统计 il y a 5 mois

README.md

易推网络渠道商营销管理系统

主要技术栈

  • MVVM框架:vue v3
  • 工程化管理:vite v2
  • UI框架:element-plus
  • 路由管理:vue-router v4
  • 状态管理:vuex v4
  • 数据请求:axios
  • 实用工具库:@vueuse/core

使用

  1. 安装依赖,国内推荐使用cnpm或tyarn,国外推荐使用npm或yarn

    npm install
    
  2. 运行

    npm run dev 或 npm run start
    
  3. 打包

    npm run build
    

Vue 3 + Vite

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

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.