教培兼容ios
正在显示
.dockerignore
0 → 100644
.editorconfig
0 → 100644
.env
0 → 100644
.env.dev
0 → 100644
.env.development.local
0 → 100644
.env.production
0 → 100644
.env.testing
0 → 100644
.env.uat
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.pica.prompts.js
0 → 100644
Dockerfile
0 → 100644
README.md
0 → 100644
alias.config.js
0 → 100644
babel.config.js
0 → 100644
cdn.json
0 → 100644
dps.config.js
0 → 100644
dps.router.js
0 → 100644
error.html
0 → 100644
nginx.conf
0 → 100644
node_main.js
0 → 100644
oss-error.js
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "pica_eagle_new", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "serve": "pica-cli-service serve", | ||
| "build": "pica-cli-service build", | ||
| "lint": "pica-cli-service lint", | ||
| "add-all": "pica-cli-service add-all", | ||
| "build-skeleton": "pica-cli-service build-skeleton", | ||
| "build:dev": "pica-cli-service build --mode dev", | ||
| "build:prod": "pica-cli-service build --mode production", | ||
| "build:report": "pica-cli-service build --report", | ||
| "build:test": "pica-cli-service build --mode testing", | ||
| "build:uat": "pica-cli-service build --mode uat", | ||
| "core": "pica-cli-service core", | ||
| "img-md5": "pica-cli-service img-md5", | ||
| "page": "vue-cli-service page", | ||
| "skeleton": "pica-cli-service skeleton", | ||
| "tinypng": "pica-cli-service tinypng" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^0.19.2", | ||
| "core-js": "^3.6.5", | ||
| "dayjs": "^1.8.30", | ||
| "dsbridge": "^3.1.4", | ||
| "lodash": "^4.17.15", | ||
| "md5": "^2.3.0", | ||
| "pre-commit": "^1.2.2", | ||
| "vant": "^2.8.4", | ||
| "vconsole": "^3.3.4", | ||
| "vue": "^2.6.11", | ||
| "vue-fragment": "^1.5.1", | ||
| "vue-router": "^3.3.1", | ||
| "vuescroll": "^4.15.1", | ||
| "vuex": "^3.1.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/plugin-proposal-object-rest-spread": "^7.11.0", | ||
| "@pica-cli/pica-cli-framework": "^1.0.11", | ||
| "@pica-cli/vue-cli-plugin-pica-cli-plugin": "~1.1.38", | ||
| "@pica-core/multiple-versions-plugin": "^1.0.4", | ||
| "@pica-core/reset-pathfile-plugin": "^1.0.4", | ||
| "@pica-core/web-buried-point": "^1.0.15", | ||
| "@vue/cli-plugin-babel": "~4.5.0", | ||
| "@vue/cli-plugin-eslint": "~4.5.0", | ||
| "@vue/cli-service": "~4.5.0", | ||
| "babel-eslint": "^10.1.0", | ||
| "babel-plugin-import": "^1.13.0", | ||
| "colors-console": "^1.0.3", | ||
| "dotenv": "^8.2.0", | ||
| "draw-page-structure": "^1.0.8", | ||
| "eslint": "^6.7.2", | ||
| "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.0", | ||
| "eslint-plugin-vue": "^6.2.2", | ||
| "fast-install-puppeteer": "^1.0.5", | ||
| "husky": "^3.0.9", | ||
| "lint-staged": "^9.4.2", | ||
| "node-sass": "^4.13.1", | ||
| "postcss-px-to-viewport": "^1.1.1", | ||
| "prettier": "^2.3.2", | ||
| "prettier-eslint-cli": "^5.0.1", | ||
| "puppeteer": "^10.1.0", | ||
| "sass": "^1.26.3", | ||
| "sass-loader": "^8.0.2", | ||
| "vue-skeleton-webpack-plugin": "^1.2.2", | ||
| "vue-template-compiler": "^2.6.11", | ||
| "webpack-bundle-analyzer": "^4.4.2" | ||
| }, | ||
| "eslintConfig": { | ||
| "root": true, | ||
| "env": { | ||
| "node": true | ||
| }, | ||
| "extends": [ | ||
| "plugin:vue/essential", | ||
| "eslint:recommended" | ||
| ], | ||
| "parserOptions": { | ||
| "parser": "babel-eslint" | ||
| }, | ||
| "rules": {} | ||
| }, | ||
| "browserslist": [ | ||
| "> 1%", | ||
| "last 2 versions", | ||
| "not dead" | ||
| ], | ||
| "husky": { | ||
| "hooks": { | ||
| "pre-commit": "pica-cli-service img-md5 && lint-staged" | ||
| } | ||
| }, | ||
| "lint-staged": { | ||
| "src/**/*.{js,vue}": [ | ||
| "eslint --fix", | ||
| "git add" | ||
| ], | ||
| "src/**/*.{js,vue,html,css,scss,sass}": [ | ||
| "prettier-eslint --write", | ||
| "git add" | ||
| ] | ||
| }, | ||
| "pica-cli-service": {} | ||
| } |
postcss.config.js
0 → 100644
public/README.MD
0 → 100644
public/favicon.ico
0 → 100644
4.2 KB
public/index.html
0 → 100644
src/api/README.MD
0 → 100644
src/api/content.js
0 → 100644
src/api/exam.js
0 → 100644
src/api/home.js
0 → 100644
src/api/request.js
0 → 100644
src/api/storke.js
0 → 100644
src/assets/README.MD
0 → 100644
src/assets/logo.png
0 → 100644
6.7 KB
src/components/business/main.vue
0 → 100644
181 字节
185 字节
881 字节
752 字节
src/components/stroke/livesExam
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
src/main.js
0 → 100644
src/plugins/README.MD
0 → 100644
src/plugins/appHooks.js
0 → 100644
src/plugins/httpExtension.js
0 → 100644
src/plugins/vue-vant.js
0 → 100644
src/public_uat.js
0 → 100644
src/router/README.MD
0 → 100644
src/router/filter/README.MD
0 → 100644
src/router/index.js
0 → 100644
此差异已折叠。
src/store/modules/home.js
0 → 100644
src/styles/App.scss
0 → 100644
此差异已折叠。
src/styles/Theme.scss
0 → 100644
此差异已折叠。
src/utils/index.js
0 → 100644
此差异已折叠。
src/views/Home.vue
0 → 100644
此差异已折叠。
src/views/README.MD
0 → 100644
此差异已折叠。
src/views/exam/exam_wrong.vue
0 → 100644
此差异已折叠。
src/views/exam/index.js
0 → 100644
src/views/exam/index.vue
0 → 100644
此差异已折叠。
src/views/examResult/index.vue
0 → 100644
此差异已折叠。
src/views/stroke/index.js
0 → 100644
此差异已折叠。
src/views/stroke/index.vue
0 → 100644
此差异已折叠。
vue.config.js
0 → 100644
此差异已折叠。
yarn.lock
0 → 100644
此差异已折叠。