# vite-i18n-web **Repository Path**: qifan3/vite-i18n-web ## Basic Information - **Project Name**: vite-i18n-web - **Description**: vite-i18n-web 基础脚手架搭建 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-24 - **Last Updated**: 2024-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 项目架构 - vue3 脚手架 - vite 构建工具 - vietest 测试框架 - pinia 状态管理 - axios 网络框架 - vue-i18n 国际化 - element-plus UI框架 - vuesue 函数库 - ehcarts 图表渲染 - amap 地图渲染 - mitt 跨组件通信 - ... ### 推荐IDE和插件 [VSCode](https://code.visualstudio.com/) [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ### 依赖安装 ```sh npm install ``` ### 开发热加载 ```sh npm run dev ``` ### 类型检查、编译、打包 ```sh npm run build ``` ### 单元测试 [Vitest](https://vitest.dev/) ```sh npm run test:unit ``` ### 端点测试 [Cypress](https://www.cypress.io/) ```sh npm run test:e2e:dev ``` ```sh npm run build npm run test:e2e ``` ### 规范检查 [ESLint](https://eslint.org/) ```sh npm run lint ``` ### vue3官网 https://cn.vuejs.org/guide/extras/render-function.html ### vite配置 https://vitejs.dev/config/ ### Node版本 v16.17.1以上,推荐v18.17.0 ### 镜像地址 https://registry.npmjs.org/ ### 创建方式 npm create vite@latest ### 测试地址(本地) http://192.168.42.79:8090/ http://192.168.42.185:8090/ ### 高德API [国外地图参考](https://a.amap.com/lbs/static/pdf/%E6%B5%B7%E5%A4%96%E5%9C%B0%E5%9B%BEJS%20API%20V1.0.0.pdf) ### minio http://192.168.145.185:9090/buckets minioadmin/minioadmin ### mysql 192.168.42.88 root/123456 ### vue-i18n-transform ``` 安装:npm install vue-i18n-transform -D 转换:npx vue-i18n-transform ``` ### git参考 ``` 1. git checkout dev-xzr (git status) 上游一致 2. git rebase dev (git status) 落后忽略 3. git checkout dev (git status) 上游一致 4. git merge dev-xzr (git status) 领先本地 5. git push (git status) 上游一致 ```