Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caihuiji committed Oct 20, 2015
1 parent aed4d27 commit 9b6ec07
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,26 @@

> badjs manage system .
# 运行
```javascript
node app.js
```

# 启动参数
--debug log 采用debug 级别, 默认使用info

--project 使用测试环境( project.debug.json )配置 , 默认使用 project.json

# 构建
静态页面使用webpack ,开发阶段使用
```javascript
webpack -w
```
上线阶段需要打包打包命令
```javascript
webpack
```

# 数据库初始化
db/create.sql 是需要初始化到 mysql 的中。其中默认的超级管理员帐号是 admin , 密码是 admin
# 配置说明
Expand Down

0 comments on commit 9b6ec07

Please sign in to comment.