vue-todo:前端为Vue.js的Todo应用; 后端上的PythonFlask

时间:2021-05-17 09:42:21
【文件属性】:
文件名称:vue-todo:前端为Vue.js的Todo应用; 后端上的PythonFlask
文件大小:96KB
文件格式:ZIP
更新时间:2021-05-17 09:42:21
Python Vue-todo 一个简单的待办事项应用程序,展示了使用REST API的Vue.js / Vuex。 服务器 内置: 烧瓶(Web服务器) 棉花糖(对象序列化/反序列化) SQLAlchemy(ORM) Alembic(移民) MySQL(数据库) 要求 python> = 3.6.0 pipenv> = 11.9.0(例如,在OS X上执行brew install pipenv ) MySQL的> = 5.7.21 入门 这些说明假定MySQL在root用户可用的情况下在localhost:3306上运行。 cd server # Install dependencies pipenv install # Create DB make create_db # Run migrations make run_migrations # Seed database wit
【文件预览】:
vue-todo-master
----client()
--------package.json(2KB)
--------tests()
--------src()
--------.gitignore(208B)
--------public()
--------yarn.lock(278KB)
--------.editorconfig(147B)
----server()
--------Pipfile(291B)
--------Pipfile.lock(7KB)
--------migrations()
--------seed.py(909B)
--------Makefile(430B)
--------vue_todo()
----README.md(961B)

网友评论