搭建项目基本模块
parents
Showing
.browserslistrc
0 → 100644
.editorconfig
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
babel.config.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": "element-pro", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"core-js": "^2.6.5", | ||
"element-theme": "^2.0.1", | ||
"element-ui": "^2.4.11", | ||
"vue": "^2.6.10", | ||
"vue-quill-editor": "^3.0.6", | ||
"vue-router": "^3.0.3", | ||
"vuex": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "^3.8.0", | ||
"@vue/cli-plugin-eslint": "^3.8.0", | ||
"@vue/cli-service": "^3.8.0", | ||
"@vue/eslint-config-standard": "^4.0.0", | ||
"babel-eslint": "^10.0.1", | ||
"element-theme-chalk": "^2.10.1", | ||
"eslint": "^5.16.0", | ||
"eslint-plugin-vue": "^5.0.0", | ||
"less": "^3.0.4", | ||
"less-loader": "^4.1.0", | ||
"vue-template-compiler": "^2.6.10" | ||
} | ||
} |
postcss.config.js
0 → 100644
public/favicon.ico
0 → 100644
File added
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/assets/css/function.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/css/main.less
0 → 100644
src/assets/css/reset.css
0 → 100644
src/assets/img/m.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/pic1.png
0 → 100644
194 KB
src/components/Header.vue
0 → 100644
src/components/HelloWorld.vue
0 → 100644
src/components/Layout.vue
0 → 100644
src/components/breadcrumb.vue
0 → 100644
src/main.js
0 → 100644
src/router.js
0 → 100644
src/store.js
0 → 100644
src/views/About.vue
0 → 100644
src/views/Home.vue
0 → 100644
src/views/farm/FarmWonderful.vue
0 → 100644
src/views/farm/SpecialEvents.vue
0 → 100644
src/views/farm/index.vue
0 → 100644
src/views/fitness/EventCalendar.vue
0 → 100644
src/views/fitness/HappyRunning.vue
0 → 100644
src/views/fitness/index.vue
0 → 100644
src/views/home/ActivityPropaganda.vue
0 → 100644
src/views/home/ArticleLink.vue
0 → 100644
src/views/home/BannerAdd.vue
0 → 100644
src/views/home/BannerEdit.vue
0 → 100644
src/views/home/BannerManage.vue
0 → 100644
src/views/home/CommonLink.vue
0 → 100644
src/views/home/MessageManagement.vue
0 → 100644
src/views/home/TextEditing.vue
0 → 100644
src/views/home/index.vue
0 → 100644
src/views/restaurant/FoodVideo.vue
0 → 100644
src/views/restaurant/NationalRestaurant.vue
0 → 100644
src/views/restaurant/RestaurantAdd.vue
0 → 100644
src/views/restaurant/RestaurantMenus.vue
0 → 100644
src/views/restaurant/SolarCalendar.vue
0 → 100644
src/views/restaurant/ThemeActivities.vue
0 → 100644
src/views/restaurant/index.vue
0 → 100644
src/views/wash/CommonSense.vue
0 → 100644
src/views/wash/NewBranches.vue
0 → 100644
src/views/wash/WashBranches.vue
0 → 100644
src/views/wash/index.vue
0 → 100644
Please
register
or
sign in
to comment