初始化项目
parents
Showing
.env.development
0 → 100644
.env.production
0 → 100644
.gitignore
0 → 100644
.npmrc
0 → 100644
README.md
0 → 100644
components.d.ts
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
{ | ||
"name": "rexma-temp-vue3", | ||
"version": "0.0.0", | ||
"scripts": { | ||
"start": "rexma start-rexma", | ||
"build": "rexma build-rexma", | ||
"start:platform": "rexma start", | ||
"build:platform": "rexma build" | ||
}, | ||
"dependencies": { | ||
"@dcloudio/uni-app": "3.0.0-4000720240327002", | ||
"@dcloudio/uni-app-plus": "3.0.0-4000720240327002", | ||
"@dcloudio/uni-components": "3.0.0-4000720240327002", | ||
"@dcloudio/uni-h5": "3.0.0-4000720240327002", | ||
"@dcloudio/uni-mp-alipay": "3.0.0-4000720240327002", | ||
"@dcloudio/uni-mp-baidu": "3.0.0-4000720240327002", | ||
"@dcloudio/uni-mp-jd": "3.0.0-4000720240327002", | ||
"@dcloudio/uni-mp-kuaishou": "3.0.0-4000720240327002", | ||
"@dcloudio/uni-mp-lark": "3.0.0-4000720240327002", | ||
"@dcloudio/uni-mp-qq": "3.0.0-4000720240327002", | ||
"@dcloudio/uni-mp-toutiao": "3.0.0-4000720240327002", | ||
"@dcloudio/uni-mp-weixin": "3.0.0-4000720240327002", | ||
"@dcloudio/uni-mp-xhs": "3.0.0-4000720240327002", | ||
"@dcloudio/uni-quickapp-webview": "3.0.0-4000720240327002", | ||
"axios": "^1.7.2", | ||
"dayjs": "^1.11.11", | ||
"pinia": "2.0.36", | ||
"vant": "^4.9.1", | ||
"vue": "^3.3.11", | ||
"vue-i18n": "^9.1.9", | ||
"vue-router": "4", | ||
"wot-design-uni": "^1.2.26", | ||
"xinhua-sdk": "^1.6.0" | ||
}, | ||
"devDependencies": { | ||
"@dcloudio/types": "^3.3.2", | ||
"@dcloudio/uni-automator": "3.0.0-4000720240327002", | ||
"@dcloudio/uni-cli-shared": "3.0.0-4000720240327002", | ||
"@dcloudio/uni-stacktracey": "3.0.0-4000720240327002", | ||
"@dcloudio/vite-plugin-uni": "3.0.0-4000720240327002", | ||
"@types/node": "^20.14.5", | ||
"@vant/auto-import-resolver": "^1.2.1", | ||
"@vitejs/plugin-legacy": "4.1.1", | ||
"@vue/runtime-core": "^3.3.11", | ||
"@vue/tsconfig": "^0.1.3", | ||
"rexma-cli": "^1.8.0", | ||
"sass": "^1.77.6", | ||
"typescript": "^4.9.4", | ||
"unplugin-auto-import": "^0.17.6", | ||
"unplugin-vue-components": "^0.27.2", | ||
"vite": "4.3.5", | ||
"vue-tsc": "^1.0.24" | ||
} | ||
} |
src/App.vue
0 → 100644
src/api/publish.js
0 → 100644
This diff is collapsed.
File added
src/assets/image/about.png
0 → 100644
728 Bytes
2.29 KB
5.88 KB
src/assets/image/avatar.png
0 → 100644
1.58 KB
src/assets/image/avatar1.png
0 → 100644
2.97 KB
src/assets/image/avatar2.png
0 → 100644
12.9 KB
src/assets/image/close.png
0 → 100644
772 Bytes
src/assets/image/collect.png
0 → 100644
957 Bytes
src/assets/image/cover-1.png
0 → 100644
152 KB
src/assets/image/cover-2.png
0 → 100644
180 KB
src/assets/image/cover-3.png
0 → 100644
114 KB
src/assets/image/exit.png
0 → 100644
522 Bytes
963 Bytes
src/assets/image/login.png
0 → 100644
24.9 KB
900 Bytes
770 Bytes
225 Bytes
2.34 KB
3.4 KB
src/assets/image/search.png
0 → 100644
888 Bytes
862 Bytes
544 Bytes
542 Bytes
910 Bytes
4.1 KB
12.6 KB
114 KB
401 Bytes
994 Bytes
src/env.d.ts
0 → 100644
src/hooks/useScroll.js
0 → 100644
src/main.ts
0 → 100644
src/manifest.json
0 → 100644
src/pages.json
0 → 100644
src/pages/home/index.vue
0 → 100644
This diff is collapsed.
src/pages/index.vue
0 → 100644
src/router/index.js
0 → 100644
src/services/foo/index.ts
0 → 100644
src/services/index.ts
0 → 100644
src/services/request.ts
0 → 100644
src/shime-uni.d.ts
0 → 100644
src/static/logo-icon.png
0 → 100644
1.23 KB
src/store/count.ts
0 → 100644
src/store/index.ts
0 → 100644
src/uni.scss
0 → 100644
src/utils/request.js
0 → 100644
tsconfig.json
0 → 100644
vite.config.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.