reconstruct web interface with react.js

This commit is contained in:
OttoMao
2015-05-19 21:19:43 +08:00
parent 157e478abb
commit d765060fff
41 changed files with 1886 additions and 17045 deletions

8
web/webpack.config.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
entry: "./build/index.js",
output: {
path: __dirname,
filename: "page.js"
},
module: {}
};