Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g770728y/valor-app-utils
项目中总结的工具方法
https://github.com/g770728y/valor-app-utils
Last synced: 3 days ago
JSON representation
项目中总结的工具方法
- Host: GitHub
- URL: https://github.com/g770728y/valor-app-utils
- Owner: g770728y
- Created: 2019-07-29T07:18:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T12:04:04.000Z (over 1 year ago)
- Last Synced: 2023-06-10T13:21:58.344Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 499 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# valor-app-utils
在做项目过程中, 逐步总结的`utils`方法\
注意: 仅当`rambda` 或 `rambdax` 中找不到相应用法时, 才在这里添加
## build
默认 yarn build 是构建 esm 包,供 browser 使用, 如果想在 node 中使用则必须使用 node13.7 以上
或者 yarn build_cjs 则可打出同时供 browser + node 使用的 cjs 包, 但问题是不支持 vite