在线书签管理工具
Go to file
HelloWorld 53deb270c4 导航去掉loading 2020-04-04 21:50:16 +08:00
src 完成文件的上传处理 2020-04-04 21:35:17 +08:00
test 采用thinkjs重构 2020-03-13 09:08:42 +08:00
view 接口命名统一一下 2020-03-31 11:06:21 +08:00
www 导航去掉loading 2020-04-04 21:50:16 +08:00
.eslintrc 采用thinkjs重构 2020-03-13 09:08:42 +08:00
.gitignore 导航去掉loading 2020-04-04 21:50:16 +08:00
README.md 采用thinkjs重构 2020-03-13 09:08:42 +08:00
development.js 采用thinkjs重构 2020-03-13 09:08:42 +08:00
nginx.conf update pm2 2020-04-04 15:42:44 +08:00
package.json 完成备忘录的添加 2020-03-26 15:13:54 +08:00
pm2.json update pm2 2020-04-04 15:42:44 +08:00
production.js 采用thinkjs重构 2020-03-13 09:08:42 +08:00
schema.sql update pm2 2020-04-04 15:42:44 +08:00
update.sql update pm2 2020-04-04 15:42:44 +08:00

README.md

Application created by ThinkJS

Install dependencies

npm install

Start server

npm start

Deploy with pm2

Use pm2 to deploy app on production enviroment.

pm2 startOrReload pm2.json