init
正在显示
.gitignore
0 → 100644
README.en.md
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
cypress.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "vue-mobile-project", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint", | ||
"test:e2e": "vue-cli-service test:e2e", | ||
"test:unit": "vue-cli-service test:unit" | ||
}, | ||
"dependencies": { | ||
"@nutui/nutui": "^2.1.6", | ||
"axios": "^0.19.0", | ||
"core-js": "^2.6.5", | ||
"font-awesome": "^4.7.0", | ||
"mint-ui": "^2.2.13", | ||
"moment": "^2.24.0", | ||
"register-service-worker": "^1.6.2", | ||
"rxjs": "^6.5.3", | ||
"vant": "^2.2.7", | ||
"echarts": "4.1.0", | ||
"vue": "^2.6.10", | ||
"vue-calendar-component": "^2.8.2", | ||
"mpvue-calendar": "^2.3.1", | ||
"vue-event-calendar": "^1.5.2", | ||
"vue-class-component": "^7.0.2", | ||
"vue-property-decorator": "^8.1.0", | ||
"vue-router": "^3.0.3", | ||
"vuex": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^23.1.4", | ||
"@vue/cli-plugin-babel": "^3.12.0", | ||
"@vue/cli-plugin-e2e-cypress": "^3.12.0", | ||
"@vue/cli-plugin-eslint": "^3.12.0", | ||
"@vue/cli-plugin-pwa": "^3.12.0", | ||
"@vue/cli-plugin-typescript": "^3.12.0", | ||
"@vue/cli-plugin-unit-jest": "^3.12.0", | ||
"@vue/cli-service": "^3.12.0", | ||
"@vue/eslint-config-typescript": "^4.0.0", | ||
"@vue/test-utils": "1.0.0-beta.29", | ||
"babel-core": "7.0.0-bridge.0", | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.16.0", | ||
"eslint-plugin-vue": "^5.0.0", | ||
"less": "^3.0.4", | ||
"less-loader": "^5.0.0", | ||
"ts-jest": "^23.0.0", | ||
"typescript": "^3.4.3", | ||
"vue-template-compiler": "^2.6.10" | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
"env": { | ||
"node": true | ||
}, | ||
"extends": [ | ||
"plugin:vue/essential", | ||
"eslint:recommended", | ||
"@vue/typescript" | ||
], | ||
"rules": {}, | ||
"parserOptions": { | ||
"parser": "@typescript-eslint/parser" | ||
}, | ||
"overrides": [ | ||
{ | ||
"files": [ | ||
"**/__tests__/*.{j,t}s?(x)" | ||
], | ||
"env": { | ||
"jest": true | ||
} | ||
} | ||
] | ||
}, | ||
"postcss": { | ||
"plugins": { | ||
"autoprefixer": {} | ||
} | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions" | ||
], | ||
"jest": { | ||
"moduleFileExtensions": [ | ||
"js", | ||
"jsx", | ||
"json", | ||
"vue", | ||
"ts", | ||
"tsx" | ||
], | ||
"transform": { | ||
"^.+\\.vue$": "vue-jest", | ||
".+\\.(css|styl|less|sass|scss|svg|png|jpg|ttf|woff|woff2)$": "jest-transform-stub", | ||
"^.+\\.tsx?$": "ts-jest" | ||
}, | ||
"transformIgnorePatterns": [ | ||
"/node_modules/" | ||
], | ||
"moduleNameMapper": { | ||
"^@/(.*)$": "<rootDir>/src/$1" | ||
}, | ||
"snapshotSerializers": [ | ||
"jest-serializer-vue" | ||
], | ||
"testMatch": [ | ||
"**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)" | ||
], | ||
"testURL": "http://localhost/", | ||
"watchPlugins": [ | ||
"jest-watch-typeahead/filename", | ||
"jest-watch-typeahead/testname" | ||
], | ||
"globals": { | ||
"ts-jest": { | ||
"babelConfig": true | ||
} | ||
} | ||
} | ||
} |
public/error/404.html
0 → 100644
public/error/422.html
0 → 100644
public/error/500.html
0 → 100644
public/error/502.html
0 → 100644
public/error/503.html
0 → 100644
public/error/error.html
0 → 100644
public/error/images/errorImg.png
0 → 100644
63.6 KB
public/favicon.ico
0 → 100644
4.2 KB
9.2 KB
29.1 KB
3.3 KB
4.0 KB
4.6 KB
1.5 KB
1.8 KB
4.6 KB
799 字节
1.2 KB
1.1 KB
4.2 KB
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/api/http/http.ts
0 → 100644
src/app-register.ts
0 → 100644
src/assets/form-detail/index.ts
0 → 100644
2.3 KB
src/assets/images/logo.png
0 → 100644
2.5 KB
src/assets/interface/viewState.ts
0 → 100644
src/assets/view/view-engine.ts
0 → 100644
src/index.d.ts
0 → 100644
src/main.ts
0 → 100644
src/registerServiceWorker.ts
0 → 100644
src/shims-vue.d.ts
0 → 100644
src/store.ts
0 → 100644
src/styles/default.less
0 → 100644
src/styles/user.less
0 → 100644
src/user-register.ts
0 → 100644
src/utils/util/ActionSheet.ts
0 → 100644
src/utils/util/Loading.ts
0 → 100644
src/utils/util/Modal.ts
0 → 100644
src/utils/util/Prompt.ts
0 → 100644
src/utils/util/util.ts
0 → 100644
tests/e2e/.eslintrc.js
0 → 100644
tests/e2e/plugins/index.js
0 → 100644
tests/e2e/specs/test.js
0 → 100644
tests/e2e/support/commands.js
0 → 100644
tests/e2e/support/index.js
0 → 100644
tests/unit/.eslintrc.js
0 → 100644
tests/unit/example.spec.ts
0 → 100644
tsconfig.json
0 → 100644