基于 Vue+Django 技术的电商网站的设计与实现Design and implementation of electronic business website based on Vue+Django technologies摘要该电商网站使用 python 框架 django-rest-framework 和前端框架vuejs 开发,采用现在市面上大多数系统流行的浏览器/服务器模式结构。该项目需要使用 vuejs 框架开发前端界面,而所有的数据逻辑均在python 框架搭建的服务器后台运行。天天生鲜市场项目高度模块化,前端与后台明确分离,对后期维护和二次开发十分友好。在该项目,不管是前端用户界面的设计还是后端数据库操作、接口的设计,对于开发者都是十分具有优势的,开发使用到的技术虽说都是近几年出现的,学习资源还是比较丰富的。在开发的过程中,我意识到了大学所学基础知识的重要性。该网站的前端用户界面主要功能有:登录注册、商品列表、购物车等面向消费者的功能。而后端功能则主要面向系统管理人员,则所具有的功能为:商品管理、交易管理、用户操作管理等等。从一开始的研究项目背景和意义到最后的项目总结都是为了提升自身,项目开发经验是一部分,更重要的是通过该电商网站各种功能的实现,让自己有更充足的开发意识和能力。作为一个电商项目,通过不断查找网上电商网站,然后找到具体需求,进行各种模块分析,最终通过框架,用代码来实现它。关键词:电商市场 数据库 VueAbstractThe e-commerce site is developed using the python framework djanjan-rest-framework and the front-end framework vuejs, using the popular browser/server model structure of most systems in the market.This project needs to use the vuejs framework to develop the front-end interface, and all the data logic runs in the background of the server built by the python framework.Tiantian fresh market project is highly modular, the front end is clearly separated from the back end, and it is very friendly to the later maintenance and secondary development.In this project, whether it is the design of the front-end user interface or the design of the back-end database operation and interface, it is very advantageous for developers. Although the technologies u...