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

wangzhiqiang 7a4e110b09 ignore mock dir 5 mesiacov pred
public 6946bdee3b init 5 mesiacov pred
src 6946bdee3b init 5 mesiacov pred
.env.development 6946bdee3b init 5 mesiacov pred
.env.production 6946bdee3b init 5 mesiacov pred
.env.staging 6946bdee3b init 5 mesiacov pred
.gitignore 7a4e110b09 ignore mock dir 5 mesiacov pred
README.md 6946bdee3b init 5 mesiacov pred
index.html 6946bdee3b init 5 mesiacov pred
package-lock.json 6946bdee3b init 5 mesiacov pred
package.json 6946bdee3b init 5 mesiacov pred
vite.config.js 6946bdee3b init 5 mesiacov pred

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.