Skip to content

Latest commit

 

History

History
55 lines (26 loc) · 690 Bytes

README.md

File metadata and controls

55 lines (26 loc) · 690 Bytes

图标库 svg

https://github.com/akveo/eva-icons

markdown 编辑器

https://github.com/b3log/vditor

https://github.com/jaredreich/pell

日期库

https://github.com/iamkun/dayjs

https://github.com/date-fns/date-fns moment.js

chart

https://github.com/frappe/charts

百度的可能更好

lazy load

https://github.com/ApoorvSaxena/lozad.js

手机号正则表达式

https://github.com/VincentSit/ChinaMobilePhoneNumberRegex

拷贝到剪切板

https://github.com/zenorocha/clipboard.js

flask-session

flask-httpauth

run flask app

export FLASK_ENV=development

export FLASK_APP=manage.py

flask run

run celery worker

celery -A celery_worker.celery worker -l info