Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddzy/ts-utility-plugins
:octocat: Useful plugins library, including Canvas、Business、Utility and more
https://github.com/ddzy/ts-utility-plugins
business canvas plugins typescript
Last synced: 14 days ago
JSON representation
:octocat: Useful plugins library, including Canvas、Business、Utility and more
- Host: GitHub
- URL: https://github.com/ddzy/ts-utility-plugins
- Owner: ddzy
- License: mit
- Created: 2018-09-30T07:23:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T21:37:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T01:32:29.481Z (29 days ago)
- Topics: business, canvas, plugins, typescript
- Language: TypeScript
- Homepage: https://ddzy.gitbook.io/ts-utility-plugins-docs/
- Size: 2.15 MB
- Stars: 104
- Watchers: 4
- Forks: 19
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## 前言
框架流行的大背景下, 是否已经缺失了基本的原生`js/ts`能力? 没关系, 本项目就是你的舞台(`注: 本项目仅供学习`).
`2019/5/27`, 很荣幸本项目被[@HelloGithub](https://github.com/521xueweihan/HelloGitHub/)团队收录!
详情参见HelloGithub: [第38期月报](https://hellogithub.com/periodical/volume/38/#ts-utility-plugins).
## 说明
好玩、有趣的插件库, 使用纯原生`ts`构建, 不参杂其它框架. 目前囊括特效(`canvas`)、业务(`business`)、工具(`utility`)三个大区块, 本项目仅供参考学习~
项目的主要受众:
- 想实战`ts`的小白
- 想重拾原生coding能力的框架搬运工
- 想提升插件编写能力的工程师
- 想互相借鉴优秀代码的`sharer`欢迎[贡献代码](#如何贡献)!
## 用法
### Step 1
进入对应[Bucket](#贡献者列表)
### step 2
观阅`README`, 查看对应的插件介绍
### Step 3
> 重构代码中, 部分导入功能暂未实现
于[项目dist文件夹](https://github.com/ddzy/ts-utility-plugins/dist)下找到同名`Bucket`的对应插件. 在项目中引入即可:
- [x] `script`导入
- [ ] `CDN`引入
- [ ] `NPM`包
- [ ] `React`组件
- [ ] `Vue`组件## 贡献者列表
| Bucket | Github | Project | Docs |
| -------- | --------------------------------------- | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------ |
| ddzy | [ddzy](https://github.com/ddzy) | [ts-utility-plugins/ddzy](https://github.com/ddzy/ts-utility-plugins/tree/master/src/ddzy) | [文档地址](https://ddzy.gitbook.io/ts-utility-plugins-docs/) |
| qiqingfu | [qiqingfu](https://github.com/qiqingfu) | [ts-utility-plugins/qiqf](https://github.com/ddzy/ts-utility-plugins/tree/master/src/qiqf) | * |## 如何贡献?
关于如何贡献, 已移至[Wiki](https://github.com/ddzy/ts-utility-plugins/wiki/%E5%A6%82%E4%BD%95%E8%B4%A1%E7%8C%AE%3F).
## CHANGELOG
@see: [CHANGELOG](./CHANGELOG.md)
## License
@see: [MIT](./LICENSE)
## Others
持续更新中...
**Enjoy!**