接单宝渠道商后台

hjr 5418b3a32f 首页修改 / 用户管理详情调整 2 天之前
public bc7405d760 init 1 月之前
src 5418b3a32f 首页修改 / 用户管理详情调整 2 天之前
.env.development 57b11e7e9b 线上地址修改 3 周之前
.env.production 57b11e7e9b 线上地址修改 3 周之前
.env.staging bc7405d760 init 1 月之前
.gitignore 5418b3a32f 首页修改 / 用户管理详情调整 2 天之前
README.md bc7405d760 init 1 月之前
index.html bc7405d760 init 1 月之前
package-lock.json bc7405d760 init 1 月之前
package.json bc7405d760 init 1 月之前
vite.config.js 5418b3a32f 首页修改 / 用户管理详情调整 2 天之前

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.