MyBlogServer:博客系统后台

时间:2024-03-31 14:46:03
【文件属性】:

文件名称:MyBlogServer:博客系统后台

文件大小:789KB

文件格式:ZIP

更新时间:2024-03-31 14:46:03

系统开源

myBlogServer 博客系统后台 使用方法 npm i # 安装依赖 npm run build # 编译文件 npm run server # 启动服务器 npm run start # 启动监控 npm run pretty # 美化代码 npm run genlog # 创建changelog npm run commit # 提交代码 nom run test # 测试 上线步骤 1,安装依赖 npm run install 2,编译 npm run build 3,启动mysql数据库 4,启动redis npm run redis 5,启动crontab定时任务 crontab -e * 0 * * * sh /Users/lvhongbin/Desktop/github/MyBlogServer/bash/copy.sh 6,启动服务 npm run serve


【文件预览】:
MyBlogServer-master
----.prettierignore(48B)
----.gitignore(2KB)
----nodemon.json(447B)
----tsconfig.json(522B)
----README.md(801B)
----CHANGELOG.md(16KB)
----rollup.config.ts(1KB)
----test()
--------base.spec.ts(911B)
----.prettierrc(111B)
----docs()
--------globals.html(358KB)
--------index.html(358KB)
--------classes()
--------assets()
----LICENSE(1KB)
----package.json(5KB)
----tslint.json(94B)
----bash()
--------copy.sh(236B)
----src()
--------utils()
--------conf()
--------db()
--------model()
--------router()
--------controller()
--------index.ts(2KB)
--------types()
----ecosystem.config.js(791B)
----jest.config.js(7KB)
----.travis.yml(593B)
----.editorconfig(211B)
----debug()
--------b.json(58B)
--------d.json(54B)
--------a.json(58B)
--------c.json(54B)
----package-lock.json(886KB)

网友评论