feat: 移除 mockjs 以及相关示例

This commit is contained in:
FairyEver
2020-05-07 13:52:35 +08:00
parent a1b396ee3b
commit 804f66eb05
25 changed files with 421 additions and 731 deletions

View File

@@ -6,7 +6,6 @@
"start": "npm run serve",
"dev": "npm run serve",
"build": "vue-cli-service build",
"build:nomock": "vue-cli-service build --mode nomock",
"build:preview": "NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service build --mode preview",
"lint": "vue-cli-service lint --fix",
"test:unit": "vue-cli-service test:unit"
@@ -32,9 +31,7 @@
"lodash": "^4.17.15",
"lowdb": "^1.0.0",
"marked": "^0.8.0",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"qs": "^6.9.1",
"quill": "^1.3.7",
"screenfull": "^5.0.2",
"simplemde": "^1.11.2",