import mockjs

This commit is contained in:
zhigang.li 2018-04-23 15:51:33 +08:00
parent d0da228e37
commit 16068cce61
3 changed files with 11 additions and 0 deletions

9
package-lock.json generated
View File

@ -8738,6 +8738,15 @@
}
}
},
"mockjs": {
"version": "1.0.1-beta3",
"resolved": "https://registry.npmjs.org/mockjs/-/mockjs-1.0.1-beta3.tgz",
"integrity": "sha1-0jTzwnJWOXVk8slVFC6JGQlTcgk=",
"dev": true,
"requires": {
"commander": "2.15.1"
}
},
"move-concurrently": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz",

View File

@ -77,6 +77,7 @@
"less": "^3.0.2",
"less-loader": "^4.1.0",
"mocha": "^3.2.0",
"mockjs": "^1.0.1-beta3",
"nightwatch": "^0.9.12",
"node-notifier": "^5.1.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",

View File

@ -1,3 +1,4 @@
let singlePage = [
//
]
export default singlePage