https://github.com/canvascat/note
Learning Notes 🥱
https://github.com/canvascat/note
css electron javascript vue
Last synced: 11 months ago
JSON representation
Learning Notes 🥱
- Host: GitHub
- URL: https://github.com/canvascat/note
- Owner: canvascat
- Created: 2018-04-14T04:53:06.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T07:28:49.000Z (about 3 years ago)
- Last Synced: 2024-03-19T16:03:41.463Z (over 2 years ago)
- Topics: css, electron, javascript, vue
- Homepage:
- Size: 467 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Notes
📃 -> [Notes](https://github.com/canvascat/note/issues)
## 常用资源归档
- [vue3 use](https://github.com/antfu/vueuse)
- [learn vue2](https://vue-js.com/learn-vue/)/[Vue.js 技术揭秘](https://ustbhuangyi.github.io/vue-analysis/algorithms)/[vue-design](http://hcysun.me/vue-design/zh/)
- [ECMAScript 6 入门](https://github.com/ruanyf/es6tutorial)
- [The Modern JavaScript Tutorial](https://zh.javascript.info/)
- [You-Dont-Know-JS](https://github.com/getify/You-Dont-Know-JS/tree/1ed-zh-CN)
- [Eloquent JavaScript 3rd edition](https://eloquentjavascript.net/) / [📖 zhCN](https://wizardforcel.gitbooks.io/eloquent-js-3e/content/)
- [JavaScript 算法与数据结构](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md)
- [30-seconds-of-code](https://github.com/30-seconds/30-seconds-of-code)
- [TypeScript 入门教程](https://ts.xcatliu.com/)/[深入理解 TypeScript](https://github.com/jkchao/typescript-book-chinese)
- [函数式编程指北 mostly adequate guide](https://github.com/llh911001/mostly-adequate-guide-chinese)
- [Promises/A+规范 CN](https://www.ituring.com.cn/article/66566)
- js 库[underscore](https://github.com/jashkenas/underscore)
- js 音频可视化 [wavesurfer.js](https://github.com/katspaugh/wavesurfer.js)
- node 监听文件变化,`fs.watch`是真的难用,试试这个 🚀 -> [chokidar](https://github.com/paulmillr/chokidar)
- [VSCode 解析 1](https://github.com/fzxa/VSCode-sourcecode-analysis)、[VSCode 解析 2](https://codeteenager.github.io/vscode-analysis/)
- 来吧,把代码整干净点 → [clean code javascript](https://github.com/beginor/clean-code-javascript) / [JSDoc](https://jsdoc.zcopy.site/)
- [CSS 权威指南第四版](https://github.com/Jack-Sparrow/CSS-The-Definitive-Guide-4th-zh-CN)
- [30 Seconds of CSS](https://30-seconds.github.io/30-seconds-of-css/)
- [css modules](https://github.com/css-modules/css-modules)
- [前端高级进阶指南](https://github.com/sl1673495/blogs/issues/37)
- 面试 [神三元的博客](http://47.98.159.95/my_blog/),[前端开发面试题](https://github.com/paddingme/Front-end-Web-Development-Interview-Question)
- [前端性能优化](https://github.com/gauseen/blog/issues/13)
- [web移动端开发注意事项](https://github.com/JowayYoung/mobile-devpit)
---
- [Lodash 的替代方法](https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore)
- [awesome electron](https://github.com/sindresorhus/awesome-electron)
- Markdown editor [stackedit](https://github.com/benweet/stackedit)、[slate](https://github.com/ianstormtaylor/slate)
- [webpack](https://webpack.docschina.org/)
- [vite](https://github.com/vitejs/vite) vite3真好用😹
- [Eslint](https://cn.eslint.org)
- [Electron 中文文档](https://github.com/electron/i18n/tree/master/content/current/zh-CN)
- [js md5](https://github.com/satazor/js-spark-md5)
- [babel handbook](https://github.com/jamiebuilds/babel-handbook/blob/master/translations/zh-Hans/README.md)
---
- [缓动函数速查表](http://www.xuanfengge.com/easeing/easeing/)、[Ceaser](http://xuanfengge.com/easeing/ceaser/)、[cubic-bezier](http://cubic-bezier.com/)
- [LeetCodeAnimation](https://github.com/MisterBooo/LeetCodeAnimation)
- [leetcode 解题](https://github.com/azl397985856/leetcode)
- [GitHub Readme Stats](https://github.com/anuraghazra/github-readme-stats)
---
- [awesome-cs-books](https://github.com/imarvinle/awesome-cs-books)
- [free-programming-books-zh](https://github.com/EbookFoundation/free-programming-books/blob/master/books/free-programming-books-zh.md)
- [A list of programming playgrounds](https://jvns.ca/blog/2023/04/17/a-list-of-programming-playgrounds/)