Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xiyuan404/happy-buy

移动端h5: food shopping app with react 18 feature
https://github.com/xiyuan404/happy-buy

Last synced: about 1 month ago
JSON representation

移动端h5: food shopping app with react 18 feature

Awesome Lists containing this project

README

        

## project snapshot

![project snapshot](snapshot.png)

## project setup

1. npm i

2. 用本地代理(proxyman | charles) maplocal功能
Mock folder: 所有请求映射到本地的文件
3. 记得写拦截请求处理跨域问题
``script
//cors resolve
response.headers["Access-Control-Allow-Origin"] = "*";
response.headers["Access-Control-Allow-Headers"] = "Origin, Content-Type, X-Auth-Token, token"
response.headers["Access-Control-Allow-Methods"] = "GET,HEAD,POST"
```
npm run start