首次提交
parents
Showing
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
Dockerfile
0 → 100644
README.md
0 → 100644
assets/config/config-dev.json
0 → 100644
assets/config/config-prod.json
0 → 100644
assets/config/config-test.json
0 → 100644
assets/css/main.css
0 → 100644
This diff is collapsed.
Click to expand it.
assets/img/logo.png
0 → 100644
6.39 KB
assets/js/log.js
0 → 100644
assets/js/qrcode.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/requestApi.js
0 → 100644
This diff is collapsed.
Click to expand it.
assets/js/wxPay.js
0 → 100644
assets/js/yCookie.js
0 → 100644
backpack.config.js
0 → 100644
components/Footer.vue
0 → 100644
gulpfile.js
0 → 100644
layouts/default.vue
0 → 100644
layouts/error.vue
0 → 100644
middleware/authenticated.js
0 → 100644
middleware/notAuthenticated.js
0 → 100644
middleware/stats.js
0 → 100644
nuxt.config-dev.js
0 → 100644
nuxt.config-prod.js
0 → 100644
nuxt.config-test.js
0 → 100644
nuxt.config.js
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "admin-yweb", | ||
| "version": "1.1.0", | ||
| "description": "This is the admin project for yweb", | ||
| "author": "YoMon <xumengzhu@edanding.com>", | ||
| "private": true, | ||
| "scripts": { | ||
| "dev": "backpack dev", | ||
| "build": "nuxt build && backpack build", | ||
| "start": "cross-env NODE_ENV=production node build/main.js", | ||
| "precommit": "npm run lint", | ||
| "lint": "eslint --ext .js,.vue --ignore-path .gitignore ." | ||
| }, | ||
| "dependencies": { | ||
| "@nuxtjs/axios": "5.3.1", | ||
| "cross-env": "^5.0.1", | ||
| "element-ui": "^2.4.6", | ||
| "ioredis": "^4.0.0", | ||
| "jsonwebtoken": "^8.3.0", | ||
| "koa": "^2.4.1", | ||
| "koa-router": "^7.4.0", | ||
| "koa-send": "^5.0.0", | ||
| "nuxt": "latest", | ||
| "source-map-support": "^0.4.15", | ||
| "webpack-merge": "^4.1.4" | ||
| }, | ||
| "devDependencies": { | ||
| "babel-eslint": "^7.1.1", | ||
| "backpack-core": "^0.3.0", | ||
| "eslint": "^3.13.1", | ||
| "eslint-loader": "^1.9.0", | ||
| "eslint-config-standard": "^10.2.1", | ||
| "eslint-plugin-html": "^2.0.3", | ||
| "eslint-plugin-import": "^2.2.0", | ||
| "eslint-plugin-node": "^4.2.2", | ||
| "eslint-plugin-promise": "^3.4.0", | ||
| "eslint-plugin-standard": "^3.0.1", | ||
| "nodemon": "^1.11.0", | ||
| "scmp": "^2.0.0" | ||
| } | ||
| } |
pages/about.vue
0 → 100644
pages/account/message.vue
0 → 100644
pages/account/security.vue
0 → 100644
pages/finance/finance-detail.vue
0 → 100644
pages/finance/platform.vue
0 → 100644
pages/finance/purchase.vue
0 → 100644
pages/finance/supply.vue
0 → 100644
pages/index.vue
0 → 100644
pages/y-order/order-import.vue
0 → 100644
pages/y-order/order-unpaid.vue
0 → 100644
pages/y-order/order.vue
0 → 100644
plugins/axios.js
0 → 100644
plugins/element-ui.js
0 → 100644
plugins/filters.js
0 → 100644
server/index.js
0 → 100644
session/RedisStore.js
0 → 100644
session/index.js
0 → 100644
static/favicon.ico
0 → 100644
File added
store/getters.js
0 → 100644
store/index.js
0 → 100644
store/modules/financal-tags.js
0 → 100644
store/modules/goods-tags.js
0 → 100644
store/modules/order-manage-tags.js
0 → 100644
store/modules/system-tags.js
0 → 100644
store/modules/usr-auth.js
0 → 100644
Please
register
or
sign in
to comment