init
正在显示
.browserslistrc
0 → 100644
.gitignore
0 → 100644
README.en.md
0 → 100644
README.md
0 → 100644
Readme.zh-CN.md
0 → 100644
babel.config.js
0 → 100644
cypress.json
0 → 100644
jest.config.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "app", | |||
"version": "0.1.0", | |||
"private": true, | |||
"scripts": { | |||
"serve": "node --max_old_space_size=8102 ./node_modules/@vue/cli-service/bin/vue-cli-service serve", | |||
"build": "node --max_old_space_size=8102 ./node_modules/@vue/cli-service/bin/vue-cli-service build", | |||
"lint": "vue-cli-service lint", | |||
"test:e2e": "vue-cli-service test:e2e", | |||
"test:unit": "vue-cli-service test:unit" | |||
}, | |||
"dependencies": { | |||
"axios": "^0.19.0", | |||
"codemirror": "^5.48.2", | |||
"core-js": "^2.6.5", | |||
"css-element-queries": "^1.2.1", | |||
"echarts": "^4.2.1", | |||
"element-ui": "^2.11.1", | |||
"font-awesome": "4.7.0", | |||
"iview": "^3.4.2", | |||
"rxjs": "^6.5.2", | |||
"tinymce": "4.8.5", | |||
"vue": "^2.6.10", | |||
"vue-class-component": "^7.1.0", | |||
"vue-i18n": "^8.12.0", | |||
"vue-property-decorator": "^8.2.0", | |||
"vue-router": "^3.0.7", | |||
"vuex": "^3.1.1" | |||
}, | |||
"devDependencies": { | |||
"@types/codemirror": "0.0.74", | |||
"@types/echarts": "^4.1.9", | |||
"@types/jest": "^23.1.4", | |||
"@vue/cli-plugin-babel": "^3.5.0", | |||
"@vue/cli-plugin-e2e-cypress": "^3.5.0", | |||
"@vue/cli-plugin-typescript": "^3.5.0", | |||
"@vue/cli-plugin-unit-jest": "^3.5.0", | |||
"@vue/cli-service": "^3.5.0", | |||
"@vue/test-utils": "1.0.0-beta.29", | |||
"babel-core": "7.0.0-bridge.0", | |||
"less": "^3.0.4", | |||
"less-loader": "^4.1.0", | |||
"ts-jest": "^23.0.0", | |||
"typescript": "^3.2.1", | |||
"vue-template-compiler": "^2.6.10" | |||
} | |||
} |
postcss.config.js
0 → 100644
public/assets/img/404.png
0 → 100644
50.9 KB
public/assets/img/500.png
0 → 100644
29.6 KB
public/assets/img/avatar.png
0 → 100644
3.8 KB
public/assets/img/doc.png
0 → 100644
2.1 KB
public/assets/img/error.png
0 → 100644
59.2 KB
public/assets/img/excel.png
0 → 100644
2.3 KB
public/assets/img/login_bg.png
0 → 100644
241.0 KB
public/assets/img/logo.png
0 → 100644
6.7 KB
public/assets/img/logo2.png
0 → 100644
2.5 KB
public/assets/img/logout_bg.png
0 → 100644
119.2 KB
public/assets/img/noimg.jpg
0 → 100644
10.3 KB
public/assets/img/other.png
0 → 100644
1.3 KB
public/assets/img/pdf.png
0 → 100644
2.6 KB
public/assets/img/picture.png
0 → 100644
1.6 KB
public/assets/img/ppt.png
0 → 100644
2.2 KB
public/assets/img/txt.png
0 → 100644
1.7 KB
public/assets/tinymce/prism.css
0 → 100644
文件已添加
文件已添加
文件已添加
53 字节
2.5 KB
152 字节
43 字节
public/favicon.ico
0 → 100644
1.1 KB
src/App.tsx
0 → 100644
src/app-register.ts
0 → 100644
src/components/404/404.less
0 → 100644
src/components/404/404.tsx
0 → 100644
src/components/500/500.less
0 → 100644
src/components/500/500.tsx
0 → 100644
src/components/login/login.less
0 → 100644
src/components/login/login.tsx
0 → 100644
src/engine/view/md-view-engine.ts
0 → 100644
src/engine/view/view-engine.ts
0 → 100644
src/index.d.ts
0 → 100644
src/interface/control.ts
0 → 100644
src/interface/viewState.ts
0 → 100644
src/model/form-detail/index.ts
0 → 100644
src/shims-tsx.d.ts
0 → 100644
src/shims-vue.d.ts
0 → 100644
src/store/actions.ts
0 → 100644
src/store/api/api.ts
0 → 100644
src/store/getters.ts
0 → 100644
src/store/index.ts
0 → 100644
src/store/mutations.ts
0 → 100644
src/store/state.ts
0 → 100644
src/styles/default.less
0 → 100644
src/styles/user.less
0 → 100644
src/styles/var.css
0 → 100644
src/template.html
0 → 100644
src/theme/blue.theme.less
0 → 100644
src/theme/dark-blue.theme.less
0 → 100644
src/theme/default.theme.less
0 → 100644
src/user-register.ts
0 → 100644
src/utils/app-modal/app-modal.tsx
0 → 100644
src/utils/code-list/code-list.tsx
0 → 100644
src/utils/dom/dom.ts
0 → 100644
src/utils/http/http.ts
0 → 100644
src/utils/index.ts
0 → 100644
src/utils/json-http/json-http.ts
0 → 100644
src/utils/jsonp/jsonp.ts
0 → 100644
src/utils/types/README.md
0 → 100644
src/utils/types/app-drawer.d.ts
0 → 100644
src/utils/types/app-modal.d.ts
0 → 100644
src/utils/types/app-popover.d.ts
0 → 100644
src/utils/types/code-list.d.ts
0 → 100644
src/utils/types/http.d.ts
0 → 100644
src/utils/types/other.d.ts
0 → 100644
src/utils/types/tab-page-exp.d.ts
0 → 100644
src/utils/types/util.d.ts
0 → 100644
src/utils/util/util.ts
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/example.spec.ts
0 → 100644
tsconfig.json
0 → 100644
tslint.json
0 → 100644