欢迎来到urlgrab :waving_hand:
一个golang实用程序,可在网站上搜寻支持Javascr ipt渲染的其他链接。
安装
go get -u github.com/iamstoxe/urlgrab
特征
可定制的并行
呈现Javascr ipt的能力(包括Angular和React之类的单页应用程序)
用法
Usage of urlgrab:
-cache-dir string
Specify a directory to utilize caching
每次推送到GitHub时,Storybook的Web版本就会部署到 。 这不是GitHub Actions的一部分,而是Vercel自己的存储库挂钩。
在Windows上运行:
npm run windows
在Android上运行:
npm run android
此命令将自动启动Metro bundler和Android模拟器。
在本地运行E2E测试
npm run start启动Metro捆绑器。 我们需要它,因为运行了应用程序的调试版本。
npm run e2e:build
货币兑换
货币转换的SPA。 要获取当前课程,请使用您可以找到的任何开放的API。
该应用程序包含两个页面:
* Converter from one currency to another;
* Page with current exchange rates;
它也有:
* Tests;
* Application performance
- [*] lazy loading and suspense
- [*] use callback and memo
- [*