# vue3.X+vite+vant+aixs+vuex 项目初始化项目 **Repository Path**: wxiaolai/viteVant ## Basic Information - **Project Name**: vue3.X+vite+vant+aixs+vuex 项目初始化项目 - **Description**: 方便前端人员使用,减少项目部署时间,欢迎大家下载。 有问题大家相互讨论 qq:416174289 邮箱:416174289@qq.com - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-03-23 - **Last Updated**: 2025-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 🌈 作者 周贞荣 时间: 2022-3-23 #### 🌈 介绍 基于 vue3.x + CompositionAPI + typescript + vite + vant + vue-router + vuex,适配手机,希望减少工作量,帮助大家实现快速开发。 #### 🚧 安装 cnpm、yarn - 复制代码(桌面 cmd 运行) `npm install -g cnpm --registry=https://registry.npm.taobao.org` - 复制代码(桌面 cmd 运行) `npm install -g yarn` #### 🏭 环境支持 | Edge | last 2 versions | last 2 versions | last 2 versions | | ------------------------------------------------------------------------ | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | | ![Edge](https://cdn.jsdelivr.net/npm/@browser-logos/edge/edge_32x32.png) | ![Firefox](https://cdn.jsdelivr.net/npm/@browser-logos/firefox/firefox_32x32.png) | ![Chrome](https://cdn.jsdelivr.net/npm/@browser-logos/chrome/chrome_32x32.png) | ![Safari](https://cdn.jsdelivr.net/npm/@browser-logos/safari/safari_32x32.png) | > 由于 Vue3 不再支持 IE11,故而 ElementPlus 也不支持 IE11 及之前版本。 ### 相关服务命令 - 项目依赖安装 ``` npm install 或 yarn ``` - 运行本地开发dev环境 ``` npm run dev ``` - 运行本地开发sit环境 ``` npm run sit ``` - 运行本地开发uat环境 ``` npm run uat ``` - 运行线上开发pro环境 ``` npm run pro ``` - 打包发布 ``` npm run build ```