init
Showing
.gitignore
0 → 100644
.npmrc
0 → 100644
.prettierignore
0 → 100644
.prettierrc.cjs
0 → 100644
.stylelintignore
0 → 100644
.stylelintrc.cjs
0 → 100644
.vscode/extensions.json
0 → 100644
.vscode/settings.json
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", | ||
| "pinia": "2.0.36", | ||
| "vue": "^3.3.11", | ||
| "vue-i18n": "^9.1.9", | ||
| "wot-design-uni": "^1.3.2", | ||
| "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", | ||
| "@vitejs/plugin-legacy": "4.1.1", | ||
| "@vue/runtime-core": "^3.3.11", | ||
| "@vue/tsconfig": "^0.1.3", | ||
| "rexma-cli": "^1.9.3", | ||
| "sass": "^1.77.6", | ||
| "typescript": "^4.9.4", | ||
| "unplugin-auto-import": "^0.17.6", | ||
| "vite": "4.3.5", | ||
| "vue-tsc": "^1.0.24", | ||
| "stylelint": "^15.10.2", | ||
| "stylelint-config-html": "^1.1.0", | ||
| "stylelint-config-recess-order": "^4.3.0", | ||
| "stylelint-config-recommended-scss": "^12.0.0", | ||
| "stylelint-config-recommended-vue": "^1.5.0", | ||
| "stylelint-config-standard": "^34.0.0", | ||
| "stylelint-config-standard-scss": "^10.0.0" | ||
| } | ||
| } |
pnpm-lock.yaml
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/App.vue
0 → 100644
src/env.d.ts
0 → 100644
src/main.ts
0 → 100644
src/manifest.json
0 → 100644
src/pages.json
0 → 100644
src/pages/dynamic/index.vue
0 → 100644
src/pages/policy/index.vue
0 → 100644
src/pages/user/index.vue
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
1.23 KB
1.72 KB
1.94 KB
824 Bytes
890 Bytes
668 Bytes
693 Bytes
1.55 KB
1.98 KB
1.09 KB
1.15 KB
src/store/count.ts
0 → 100644
src/store/index.ts
0 → 100644
src/uni.scss
0 → 100644
tsconfig.json
0 → 100644
vite.config.ts
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.