Initial commit
上级
正在显示
.config.dev.js
0 → 100644
.config.pro.js
0 → 100644
.config.test.js
0 → 100644
.editorconfig
0 → 100644
.eslintrc
0 → 100644
.gitignore
0 → 100644
History.md
0 → 100644
README.md
0 → 100644
build/.key
0 → 100755
build/.pem
0 → 100755
build/checkNodeVersion.js
0 → 100644
build/config.js
0 → 100644
build/dev.ezijing.com.key
0 → 100644
build/dev.ezijing.com.pem
0 → 100644
build/getSSL.js
0 → 100644
build/gulpfile.js
0 → 100644
build/regExpStr.js
0 → 100644
build/stringReplaceLoader.js
0 → 100644
build/uploadAliyunCDN.js
0 → 100644
build/webpack.base.conf.js
0 → 100644
build/webpack.client.conf.js
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": "@god/vue-client", | |||
| "version": "3.0.14", | |||
| "description": "适应于公司全系统的纯客户端开发模型", | |||
| "main": "index.js", | |||
| "scripts": { | |||
| "lint": "eslint --ext .js --ext .jsx --ext .vue src/", | |||
| "lint:fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/", | |||
| "dev": "cross-env NODE_ENV=development node build/getSSL.js && cross-env NODE_ENV=development SERVER_PORT=3006 webpack-dev-server --inline --progress --config build/webpack.client.conf.js", | |||
| "build:test": "npm run check:node && cross-env NODE_ENV=test webpack --progress --config build/webpack.client.conf.js && cross-env NODE_ENV=test node ./build/uploadAliyunCDN.js", | |||
| "build:pro": "npm run check:node && cross-env NODE_ENV=production webpack --progress --config build/webpack.client.conf.js && cross-env NODE_ENV=production node ./build/uploadAliyunCDN.js", | |||
| "check:node": "node build/checkNodeVersion.js" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "" | |||
| }, | |||
| "keywords": [ | |||
| "vue-client" | |||
| ], | |||
| "author": "zhangyanxin", | |||
| "license": "ISC", | |||
| "eslintIgnore": [ | |||
| "client-dist/", | |||
| "node_modules/", | |||
| "assets/font-icons/" | |||
| ], | |||
| "devDependencies": { | |||
| "@babel/core": "^7.11.6", | |||
| "@babel/plugin-proposal-class-properties": "^7.10.4", | |||
| "@babel/plugin-syntax-dynamic-import": "^7.8.3", | |||
| "@babel/plugin-syntax-jsx": "^7.10.4", | |||
| "@babel/plugin-transform-runtime": "^7.11.5", | |||
| "@babel/preset-env": "^7.11.5", | |||
| "@babel/runtime-corejs3": "^7.11.2", | |||
| "acorn": "^7.1.1", | |||
| "ali-oss": "^6.11.2", | |||
| "autoprefixer": "^9.8.6", | |||
| "babel-eslint": "^10.1.0", | |||
| "babel-helper-vue-jsx-merge-props": "^2.0.3", | |||
| "babel-loader": "^8.1.0", | |||
| "clean-webpack-plugin": "^1.0.1", | |||
| "copy-webpack-plugin": "^5.1.2", | |||
| "css-loader": "^4.3.0", | |||
| "dart-sass": "^1.25.0", | |||
| "eslint": "^6.8.0", | |||
| "eslint-config-standard": "^14.1.1", | |||
| "eslint-loader": "^3.0.4", | |||
| "eslint-plugin-html": "^6.1.0", | |||
| "eslint-plugin-import": "^2.22.1", | |||
| "eslint-plugin-node": "^11.1.0", | |||
| "eslint-plugin-promise": "^4.2.1", | |||
| "eslint-plugin-standard": "^4.0.1", | |||
| "eslint-plugin-vue": "^6.2.2", | |||
| "file-loader": "^6.1.1", | |||
| "html-replace-webpack-plugin": "^2.5.6", | |||
| "html-webpack-plugin": "^4.5.0", | |||
| "mini-css-extract-plugin": "^0.9.0", | |||
| "postcss-loader": "^3.0.0", | |||
| "request": "^2.88.2", | |||
| "sass-loader": "^10.0.3", | |||
| "semver": "^1.1.4", | |||
| "style-loader": "^2.0.0", | |||
| "url-loader": "^4.1.1", | |||
| "vconsole-webpack-plugin": "^1.5.2", | |||
| "webpack": "^4.44.2", | |||
| "webpack-cli": "^3.3.12", | |||
| "webpack-dev-server": "^3.11.0", | |||
| "webpack-merge": "^4.2.2" | |||
| }, | |||
| "dependencies": { | |||
| "axios": "^0.21.1", | |||
| "blueimp-md5": "^2.18.0", | |||
| "core-js": "^3.8.3", | |||
| "cross-env": "^7.0.3", | |||
| "element-ui": "^2.15.0", | |||
| "js-cookie": "^2.2.1", | |||
| "lodash": "^4.17.20", | |||
| "vue": "^2.6.12", | |||
| "vue-i18n": "^8.22.4", | |||
| "vue-loader": "^15.9.6", | |||
| "vue-meta-info": "^0.1.7", | |||
| "vue-router": "^3.4.9", | |||
| "vue-template-compiler": "^2.6.12", | |||
| "vuex": "^3.6.0" | |||
| }, | |||
| "engines": { | |||
| "node": ">=8.9" | |||
| } | |||
| } |
src/api/account.js
0 → 100644
src/api/contentManage.js
0 → 100644
src/api/settings.js
0 → 100644
src/api/system.js
0 → 100644
src/app.vue
0 → 100644
src/assets/favicon.ico
0 → 100644
2.0 KB
src/assets/images/401.gif
0 → 100644
160.4 KB
src/assets/images/404.png
0 → 100644
13.9 KB
src/assets/images/avatar.png
0 → 100644
9.2 KB
src/components/Layout/header.vue
0 → 100644
src/components/Layout/index.vue
0 → 100644
src/components/Layout/main.vue
0 → 100644
src/components/TableList.vue
0 → 100644
src/components/Tinymce/index.vue
0 → 100644
src/components/Tinymce/plugins.js
0 → 100644
src/components/Tinymce/toolbar.js
0 → 100644
src/index.html
0 → 100644
src/main.js
0 → 100644
src/pages/course/index.vue
0 → 100644
src/pages/error-page/401.vue
0 → 100644
src/pages/error-page/404.vue
0 → 100644
src/pages/project/index.vue
0 → 100644
src/pages/roles/index.vue
0 → 100644
src/pages/students/index.vue
0 → 100644
src/router/index.js
0 → 100644
src/router/routes.js
0 → 100644
src/store/getters.js
0 → 100644
src/store/index.js
0 → 100644
src/store/modules/app.js
0 → 100644
src/store/modules/permission.js
0 → 100644
src/store/modules/user.js
0 → 100644
src/style.scss
0 → 100644
src/utils/axios.js
0 → 100644
src/utils/beforeEnter.js
0 → 100644
src/utils/utils.js
0 → 100644
static/tinymce/langs/README.md
0 → 100644
static/tinymce/langs/zh_CN.js
0 → 100644
static/tinymce/license.txt
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File added
File added
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
static/tinymce/tinymce.d.ts
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
static/tinymce/tinymce.min.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.