-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
483 additions
and
569 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"hash": "f0b13735", | ||
"browserHash": "8ee24cee", | ||
"hash": "664cdc10", | ||
"browserHash": "31268344", | ||
"optimized": { | ||
"vue": { | ||
"src": "../../../../node_modules/.pnpm/registry.npmmirror.com+[email protected]/node_modules/vue/dist/vue.runtime.esm-bundler.js", | ||
"src": "../../../../node_modules/.pnpm/[email protected]/node_modules/vue/dist/vue.runtime.esm-bundler.js", | ||
"file": "vue.js", | ||
"fileHash": "e46b5fc4", | ||
"fileHash": "4c966048", | ||
"needsInterop": false | ||
} | ||
}, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,99 @@ | ||
# Getting Started | ||
# Projects | ||
|
||
## My Frontend Projects | ||
> TODO:分类 | ||
### js-challenges | ||
|
||
https://github.com/Sunny-117/js-challenges | ||
|
||
✨✨✨ 集锦 2022-2023 年 前端 JavaScript 手写题,编程题,Not just for interviews | ||
✨✨✨ Challenge your JavaScript programming limits step by step | ||
|
||
![](./public/js-c.png) | ||
|
||
### mini-anythings | ||
|
||
文档地址:https://sunny-117.github.io/mini-anything-docs/ | ||
https://github.com/Sunny-117/mini-anything | ||
|
||
🚀 mini-anything 是一个集合了前端领域的各种迷你版本的库,方便前端学习者学习,探索前端源码。里面的库是原库的超级迷你版本,只包含原库的主流程,不包含边界 case,所以建议仅学习使用,请勿用于生产环境 | ||
🚀 Explore the source code of the front-end library and implement a super mini version | ||
|
||
![](./public/mini-any.png) | ||
|
||
### BOSScript | ||
|
||
https://github.com/Sunny-117/BOSScript | ||
|
||
Boss's direct recruitment and delivery, shutdown, one-stop service of the oil monkey script, allowing you to submit resumes overseas in just 2 minutes | ||
|
||
### rc-design | ||
|
||
https://github.com/Sunny-117/rc-design | ||
|
||
🗃️ rc-design is a component library developed for react, providing developers with a more lightweight and concise component library choice. Use tsx to write logic, less to write styles, dumi2 to write documentation sites, and jest+ts-jest+react-testing-library for unit testing. | ||
|
||
### cherry | ||
|
||
https://github.com/Sunny-117/cherry | ||
|
||
✨ A lightweight JavaScript packaging library based on magic-string and acorn, supporting tree-shaking | ||
|
||
### rollup-plugin-alias | ||
|
||
https://github.com/Sunny-117/rollup-plugin-alias | ||
|
||
🍣 A Rollup plugin for defining aliases when bundling packages. | ||
|
||
### commencer | ||
|
||
https://github.com/Sunny-117/commencer | ||
|
||
Starter template for xxx | ||
|
||
|
||
### tiny-react | ||
|
||
https://github.com/Sunny-117/tiny-react | ||
|
||
🌱 The closest implementation to the React source code | ||
|
||
|
||
### treejs | ||
|
||
https://github.com/Sunny-117/treejs | ||
|
||
🌱 Easy to learn, high-performance, and highly scalable Tree components, supporting Vuejs and React simultaneously | ||
|
||
|
||
### lodash-ts | ||
|
||
https://github.com/Sunny-117/lodash-ts | ||
|
||
🎉🎉🎉 lodash-ts 是一个一致性、模块化、高性能的 JavaScript 实用工具库。本仓库完成 lodash 的 typescript 版本,只实现 lodash 中漂亮的函数 | ||
### tiny-vue | ||
|
||
https://github.com/Sunny-117/tiny-vue | ||
|
||
|
||
### Native-project | ||
|
||
https://github.com/Sunny-117/Native-project | ||
|
||
🔧 原生 JavaScript 项目集合,github 中国区最全版 | ||
Native JavaScript project collection, Github China latest version | ||
|
||
### shooks | ||
|
||
https://github.com/Sunny-117/shooks | ||
|
||
📦️ A high-quality & reliable React Hooks library. | ||
|
||
https://github.com/Sunny-117/shooks | ||
### webpack-expand-lib | ||
|
||
### BOSScript | ||
https://github.com/Sunny-117/webpack-expand-lib | ||
|
||
https://github.com/Sunny-117/BOSScript | ||
🚀 some expansion libs of webpack | ||
|
||
### network-speed-js | ||
|
||
https://github.com/Sunny-117/network-speed-js | ||
|
||
A small tool for testing network speed. It also has the ability to test internal and external networks. | ||
|
||
boss 直聘投递、关闭,一条龙服务的油猴脚本,让你海投简历,只需要 2 分钟 | ||
## TODO ... |
Oops, something went wrong.