flow-vue-hook
Version:
> `flow-build` 对vue开发打包支持的插件
32 lines (31 loc) • 746 B
JSON
{
"name": "flow-vue-hook",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ysk2014/flow-vue-hook.git"
},
"author": {
"name": "claus",
"url": "https://github.com/ysk2014"
},
"keywords": [
"flow-build",
"webpack",
"es2015",
"flow-build-vue-ssr-hook",
"vue"
],
"dependencies": {
"memory-fs": "^0.4.1",
"vue-loader": "^15.4.2",
"vue-server-renderer": "^2.5.13",
"vue-style-loader": "^4.1.2",
"webpack-node-externals": "^1.7.2"
}
}