Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 302 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 302 Bytes

koa2_CMS

node+koa2实现企业级后台管理系统

mongodb数据库安装:

https://www.mongodb.com/download-center

数据库数据导入:

mongorestore -h dbhost -d dbname path

安装项目依赖:

npm install / yarn install

启动项目:

npm run dev / yarn run dev