一个使用thinkjs+typescript ,加上B-Jui后端ui框架,加上mui移动端框架的开发模板。
npm install
- config mysql
import sql/thinone.sql
login account: admin test123
npm start
- production
node production.js
- cron 参考文档配置
- admin back end: http://127.0.0.1:8360/
- mobile mui example : http://127.0.0.1:8360/static/mob/index.html
- mobile front end : http://127.0.0.1:8360/mob/index
- api jwt handler : http://127.0.0.1:8360/api/token
- want to close all tabs? : the right mouse button
Use pm2 to deploy app on production enviroment.
pm2 startOrReload pm2.json
- user login action
- user model control
- authority management
- mobile info flow content show
- rest api jwt
- charts and cron events handlers
- pc front end page
- crud handler modularization
- try to add mongodb and redis cache