An open API service indexing awesome lists of open source software.

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

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/