# fiveShop **Repository Path**: autumn_leaves_falling_wan/five-shop ## Basic Information - **Project Name**: fiveShop - **Description**: fiveshop电商后台管理系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-28 - **Last Updated**: 2023-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目安排 ## template.json json-server 当中,db.json 里直接配置数据格式的 我们不能直接在 db.json 里面做设计,db.json 的数据是会因为请求发生改变的 **先在 template.json 里面做设计,然后再复制到 db.json 里面运行** ## node_modules 要 gitIgnore 新建 .gitignore 文件,写上 node_modules ## 前端代码,写在 www 文件夹里面 ## git 拉下来代码之后,要 npm install 中国人用 cnpm