基本雏型, 本地

This commit is contained in:
life
2015-01-18 23:15:00 +08:00
parent e854c20057
commit ab969d4e2c
2770 changed files with 307754 additions and 7405 deletions

11
node_modules/evt.js generated vendored Normal file
View File

@@ -0,0 +1,11 @@
var fs = require('fs');
var User = require('user');
function log(o) {console.log(o)}
var Evt = {
// 项目绝对地址
getBasePath: function() {
return process.cwd();
}
};
module.exports = Evt;