|
|
il y a 5 jours | |
|---|---|---|
| apis | il y a 5 jours | |
| components | il y a 1 semaine | |
| i18n | il y a 1 semaine | |
| locales | il y a 5 jours | |
| pages | il y a 5 jours | |
| pages-content | il y a 5 jours | |
| static | il y a 5 jours | |
| store | il y a 1 semaine | |
| utils | il y a 1 semaine | |
| .gitignore | il y a 2 semaines | |
| .npmrc | il y a 2 semaines | |
| ARCHITECTURE.md | il y a 1 semaine | |
| App.vue | il y a 1 semaine | |
| LANGUAGE_SWITCH_OPTIMIZATION.md | il y a 1 semaine | |
| README.md | il y a 2 semaines | |
| jsconfig.json | il y a 2 semaines | |
| main.js | il y a 1 semaine | |
| manifest.json | il y a 1 semaine | |
| package-lock.json | il y a 1 semaine | |
| package.json | il y a 1 semaine | |
| pages.json | il y a 5 jours | |
| project.config.json | il y a 1 semaine | |
| uni.scss | il y a 2 semaines |
基于 Vue3 + uni-app 开发的微信小程序项目。
intelligent-etmf-system-applet/
├── pages/ # 页面目录
│ └── index/ # 首页
├── static/ # 静态资源
│ └── tabbar/ # 底部导航栏图标
├── App.vue # 应用根组件
├── main.js # 入口文件
├── manifest.json # 应用配置
├── pages.json # 页面路由配置
├── uni.scss # 全局样式变量
├── vite.config.js # Vite配置
└── package.json # 依赖配置
验证版本:
node -v # 应该显示 v22.x.x
npm -v # 应该显示 9.x.x 或更高
npm install
开发微信小程序:
npm run dev:mp-weixin
开发H5:
npm run dev:h5
构建微信小程序:
npm run build:mp-weixin
构建H5:
npm run build:h5
manifest.json 中配置你的微信小程序 appiddist/dev/mp-weixin 目录static 目录uni.scsscomponents 目录api 目录统一管理接口utils 目录存放公共方法.npmrc 文件包含 npm 配置,可根据需要调整镜像源