Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 312 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 312 Bytes

NodeCRM

##install

1:先导入数据库sql文件,更改数据库账号,在.config配置文件中修改

2:安装后端nodejs需要的包

npm install --registry=http://registry.npm.taobao.org

3:安装前端需要的js类库

bower install

4:启动服务

npm start