初始化
parents
Showing
README.md
0 → 100644
babel.config.js
0 → 100644
jest.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": "lightrestaurant", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "serve": "vue-cli-service serve", | ||
| "build": "vue-cli-service build", | ||
| "lint": "vue-cli-service lint", | ||
| "test:unit": "vue-cli-service test:unit" | ||
| }, | ||
| "dependencies": { | ||
| "@babel/polyfill": "^7.12.1", | ||
| "ant-design-vue": "^1.7.7", | ||
| "axios": "^0.20.0", | ||
| "babel-polyfill": "^6.26.0", | ||
| "core-js": "^2.6.5", | ||
| "echarts": "^5.1.2", | ||
| "vue": "^2.6.10", | ||
| "vue-echarts": "^6.0.0", | ||
| "vue-particles": "^1.0.9", | ||
| "vue-router": "^3.0.3", | ||
| "vuex": "^3.0.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^7.15.0", | ||
| "@babel/preset-env": "^7.15.0", | ||
| "@vue/cli-plugin-babel": "^3.7.0", | ||
| "@vue/cli-plugin-eslint": "^3.7.0", | ||
| "@vue/cli-plugin-unit-jest": "^3.7.0", | ||
| "@vue/cli-service": "^3.7.0", | ||
| "@vue/composition-api": "^1.1.1", | ||
| "@vue/eslint-config-standard": "^4.0.0", | ||
| "@vue/test-utils": "1.0.0-beta.29", | ||
| "babel-core": "7.0.0-bridge.0", | ||
| "babel-eslint": "^10.0.1", | ||
| "babel-jest": "^23.6.0", | ||
| "eslint": "^5.16.0", | ||
| "eslint-plugin-vue": "^5.0.0", | ||
| "less": "^3.0.4", | ||
| "less-loader": "^4.1.0", | ||
| "vue-template-compiler": "^2.5.21" | ||
| } | ||
| } |
postcss.config.js
0 → 100644
public/css/base.css
0 → 100644
public/css/base.less
0 → 100644
public/css/demo.css
0 → 100644
public/css/demo_index.html
0 → 100644
public/css/iconfont.css
0 → 100644
public/css/iconfont.eot
0 → 100644
File added
public/css/iconfont.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/css/iconfont.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/css/iconfont.ttf
0 → 100644
File added
public/css/iconfont.woff
0 → 100644
File added
public/css/iconfont.woff2
0 → 100644
File added
public/favicon.ico
0 → 100644
3.15 KB
File added
File added
File added
public/image/blank.png
0 → 100644
11.8 KB
public/image/loading.svg
0 → 100644
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/api/index.js
0 → 100644
src/axios/index.js
0 → 100644
src/components/header1.vue
0 → 100644
src/main.js
0 → 100644
src/router.js
0 → 100644
src/store/getters.js
0 → 100644
src/store/index.js
0 → 100644
src/store/modules/common.js
0 → 100644
src/util/mixins.js
0 → 100644
src/util/store.js
0 → 100644
src/views/home/index.vue
0 → 100644
src/views/index.vue
0 → 100644
vue.config.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.