fet: add examples
Showing
examples/list/app.js
0 → 100644
examples/server.js
0 → 100644
examples/webpack.config.js
0 → 100644
... | ... | @@ -102,7 +102,10 @@ |
"webpack-dev-server": "^3.11.0", | ||
"write-pkg": "^4.0.0", | ||
"xhr-mock": "^2.5.1", | ||
"yorkie": "^2.0.0" | ||
"yorkie": "^2.0.0", | ||
"express": "^4.16.4", | ||
"webpack-dev-middleware": "^3.5.0", | ||
"webpack-hot-middleware": "^2.24.3" | ||
}, | ||
"gitHooks": { | ||
"pre-commit": "pretty-quick --staged", | ||
... | ... |
Please
register
or
sign in
to comment