Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 695 Bytes

project_readme.md

File metadata and controls

29 lines (16 loc) · 695 Bytes

该项目由 Create Awesome Api创建.

可用的脚本

在项目根目录下,你可以执行:

yarn start

以开发模式启动一个React App,可用于在浏览器环境测试api
在浏览器中打开 http://${host}:4000 查看. 其中host为拥有登录cookie并指向127.0.0.1的域名,如果访问接口无需cookie则使用localhost127.0.0.1即可.

该React App启动了热更新.

yarn build

构建该api库,准备发布到NPM服务器上以供使用.

yarn build&publish

构建并发布

yarn test

执行所有测试用例

yarn test-single

执行指定测试用例