Merge branch 'master' of https://gitlab.ezijing.com/ezijing/transport
# Conflicts:
# src/router/routes.js
正在显示
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
"scripts": { | "scripts": { | ||
"lint": "eslint --ext .js --ext .jsx --ext .vue src/", | "lint": "eslint --ext .js --ext .jsx --ext .vue src/", | ||
"lint:fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/", | "lint:fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/", | ||
"dev": "cross-env NODE_ENV=development SERVER_PORT=3001 webpack-dev-server --inline --progress --config build/webpack.client.conf.js", | "dev": "cross-env NODE_ENV=development SERVER_PORT=3002 webpack-dev-server --inline --progress --config build/webpack.client.conf.js", | ||
"build:test": "cross-env NODE_ENV=test webpack --progress --config build/webpack.client.conf.js && cross-env NODE_ENV=test n use 8.11.3 ./build/uploadAliyunCDN.js", | "build:test": "cross-env NODE_ENV=test webpack --progress --config build/webpack.client.conf.js && cross-env NODE_ENV=test n use 8.11.3 ./build/uploadAliyunCDN.js", | ||
"build:pro": "cross-env NODE_ENV=production webpack --progress --config build/webpack.client.conf.js && cross-env NODE_ENV=production n use 8.11.3 ./build/uploadAliyunCDN.js" | "build:pro": "cross-env NODE_ENV=production webpack --progress --config build/webpack.client.conf.js && cross-env NODE_ENV=production n use 8.11.3 ./build/uploadAliyunCDN.js" | ||
}, | }, | ||
... | @@ -71,12 +71,14 @@ | ... | @@ -71,12 +71,14 @@ |
"promise.prototype.finally": "^3.1.2", | "promise.prototype.finally": "^3.1.2", | ||
"regenerator": "^0.14.4", | "regenerator": "^0.14.4", | ||
"swiper": "^5.4.5", | "swiper": "^5.4.5", | ||
"vant": "^2.8.7", | |||
"vue": "^2.6.11", | "vue": "^2.6.11", | ||
"vue-awesome-swiper": "^4.1.1", | "vue-awesome-swiper": "^4.1.1", | ||
"vue-i18n": "^8.16.0", | "vue-i18n": "^8.16.0", | ||
"vue-loader": "^15.9.1", | "vue-loader": "^15.9.1", | ||
"vue-meta-info": "^0.1.7", | "vue-meta-info": "^0.1.7", | ||
"vue-router": "^3.1.6", | "vue-router": "^3.1.6", | ||
"vue-template-compiler": "^2.6.11" | "vue-template-compiler": "^2.6.11", | ||
"vuex": "^3.4.0" | |||
} | } | ||
} | } |
src/api/course.js
0 → 100644
src/assets/images/banner.png
0 → 100644
336.3 KB
42.9 KB
45.1 KB
54.3 KB
src/assets/images/icon_search.png
0 → 100644
2.2 KB
src/components/Card.vue
0 → 100644
src/components/CourseItem.vue
0 → 100644
src/components/FreeCourseItem.vue
0 → 100644
src/components/SearchBar.vue
0 → 100644
src/pages/course/learn/index.vue
0 → 100644
src/pages/course/learn/item.vue
0 → 100644
src/pages/home/index.vue
0 → 100644
src/pages/search/courseList.vue
0 → 100644
src/pages/search/index.vue
0 → 100644
src/pages/search/tagList.vue
0 → 100644
src/pages/search/videoList.vue
0 → 100644
src/store/index.js
0 → 100644