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

wangzhiqiang 6946bdee3b init 5 meses atrás
mock 6946bdee3b init 5 meses atrás
public 6946bdee3b init 5 meses atrás
src 6946bdee3b init 5 meses atrás
.env.development 6946bdee3b init 5 meses atrás
.env.production 6946bdee3b init 5 meses atrás
.env.staging 6946bdee3b init 5 meses atrás
.gitignore 6946bdee3b init 5 meses atrás
README.md 6946bdee3b init 5 meses atrás
index.html 6946bdee3b init 5 meses atrás
mockProdServer.js 6946bdee3b init 5 meses atrás
package-lock.json 6946bdee3b init 5 meses atrás
package.json 6946bdee3b init 5 meses atrás
vite.config.js 6946bdee3b init 5 meses atrás

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.