https://github.com/malinkang/javascriptnote
JavaScript学习笔记 https://javascript.malinkang.com
https://github.com/malinkang/javascriptnote
javascript
Last synced: 12 months ago
JSON representation
JavaScript学习笔记 https://javascript.malinkang.com
- Host: GitHub
- URL: https://github.com/malinkang/javascriptnote
- Owner: malinkang
- Created: 2013-12-24T03:49:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T02:21:30.000Z (almost 2 years ago)
- Last Synced: 2025-03-22T14:11:21.580Z (about 1 year ago)
- Topics: javascript
- Language: HTML
- Homepage:
- Size: 139 KB
- Stars: 10
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript学习笔记
## JavaScript学习资料整理
### 书籍
* https://www.douban.com/doulist/39154375/
* http://es6.ruanyifeng.com/
* https://github.com/microsoft/Web-Dev-For-Beginners/tree/main
* https://tailwindcss.com/
* https://ui.shadcn.com/
* [现代 JavaScript 教程](https://zh.javascript.info/)
## NodeJS
### NPM
```
npm -v
npm i -g 全局安装
npm root -g 查看全局安装包位置
npm r 移除包
```
## 浏览器插件
* https://github.com/PlasmoHQ/plasmo/