init
parents
Showing
.editorconfig
0 → 100644
.eslintrc
0 → 100644
.gitignore
0 → 100644
.npmrc
0 → 100644
.vscode/settings.json
0 → 100644
babel.config.js
0 → 100644
config/dev.js
0 → 100644
config/index.js
0 → 100644
config/prod.js
0 → 100644
global.d.ts
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | |||
| "name": "anyremote-miniapp", | |||
| "version": "1.0.0", | |||
| "private": true, | |||
| "description": "远程协作系统小程序版", | |||
| "templateInfo": { | |||
| "name": "default", | |||
| "typescript": true, | |||
| "css": "less" | |||
| }, | |||
| "scripts": { | |||
| "build:weapp": "taro build --type weapp", | |||
| "build:swan": "taro build --type swan", | |||
| "build:alipay": "taro build --type alipay", | |||
| "build:tt": "taro build --type tt", | |||
| "build:h5": "taro build --type h5", | |||
| "build:rn": "taro build --type rn", | |||
| "build:qq": "taro build --type qq", | |||
| "build:jd": "taro build --type jd", | |||
| "build:quickapp": "taro build --type quickapp", | |||
| "dev:weapp": "npm run build:weapp -- --watch", | |||
| "dev:swan": "npm run build:swan -- --watch", | |||
| "dev:alipay": "npm run build:alipay -- --watch", | |||
| "dev:tt": "npm run build:tt -- --watch", | |||
| "dev:h5": "npm run build:h5 -- --watch", | |||
| "dev:rn": "npm run build:rn -- --watch", | |||
| "dev:qq": "npm run build:qq -- --watch", | |||
| "dev:jd": "npm run build:jd -- --watch", | |||
| "dev:quickapp": "npm run build:quickapp -- --watch" | |||
| }, | |||
| "browserslist": [ | |||
| "last 3 versions", | |||
| "Android >= 4.1", | |||
| "ios >= 8" | |||
| ], | |||
| "author": "", | |||
| "dependencies": { | |||
| "@babel/runtime": "^7.7.7", | |||
| "@tarojs/components": "3.0.26", | |||
| "@tarojs/extend": "^3.0.26", | |||
| "@tarojs/runtime": "3.0.26", | |||
| "@tarojs/taro": "3.0.26", | |||
| "rxjs": "^6.6.3", | |||
| "vue": "^3.0.0", | |||
| "vue-vulcan": "^0.1.0" | |||
| }, | |||
| "devDependencies": { | |||
| "@types/webpack-env": "^1.13.6", | |||
| "@tarojs/mini-runner": "3.0.26", | |||
| "@babel/core": "^7.8.0", | |||
| "@tarojs/webpack-runner": "3.0.26", | |||
| "babel-preset-taro": "3.0.26", | |||
| "@vue/compiler-sfc": "^3.0.0", | |||
| "vue-loader": "^16.0.0-beta.8", | |||
| "eslint-plugin-vue": "^7.0.0", | |||
| "eslint-config-taro": "3.0.26", | |||
| "eslint": "^6.8.0", | |||
| "stylelint": "9.3.0", | |||
| "@typescript-eslint/parser": "^2.x", | |||
| "@typescript-eslint/eslint-plugin": "^2.x", | |||
| "typescript": "^3.7.0" | |||
| } | |||
| } | 
project.config.json
0 → 100644
readme.md
0 → 100644
src/app.config.ts
0 → 100644
src/app.less
0 → 100644
src/app.ts
0 → 100644
src/contains/environment.ts
0 → 100644
src/contains/injection.ts
0 → 100644
src/hooks/common/useCanvasContext.ts
0 → 100644
src/hooks/common/useFormModel.ts
0 → 100644
src/hooks/common/useInjector.ts
0 → 100644
src/hooks/common/useLoginByAccount.ts
0 → 100644
src/hooks/common/useProvider.ts
0 → 100644
src/hooks/common/useRequest.ts
0 → 100644
src/hooks/common/useState.ts
0 → 100644
src/hooks/intercept/useAuthIntercept.ts
0 → 100644
src/hooks/store/auth/useAuthStore.ts
0 → 100644
src/hooks/store/video/index.ts
0 → 100644
src/hooks/store/video/useAgoraClient.ts
0 → 100644
src/hooks/store/video/useChannelInfo.ts
0 → 100644
src/hooks/user/useLoginForm.ts
0 → 100644
src/index.html
0 → 100644
src/libs/Agora_SDK_for_WeChat.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/pages/index/index.config.ts
0 → 100644
src/pages/index/index.less
0 → 100644
src/pages/index/index.vue
0 → 100644
src/pages/login/index.vue
0 → 100644
src/pages/meeting/index.vue
0 → 100644
src/types/auth.ts
0 → 100644
src/types/common.ts
0 → 100644
src/types/https.ts
0 → 100644
src/types/meeting.ts
0 → 100644
src/types/user.ts
0 → 100644
tsconfig.json
0 → 100644
Please
register
or
sign in
to comment