前端
tool
js
- mozilla 开发者社区
- web.dev
- Can I use 新语法兼容
- polyfill
- compatibility table 兼容性表
- es6 教程 阮一峰
ts/typescript
- ts
- js to ts
- jsdoc
- tsdoc
- tsDoc 注释(比jsdoc更规范,针对ts)
框架
vue
- vue3 官网
- vue2 官网
- vueRouter
- vuex
- pinia
- vue cli vue2 处于维护模式 -> create-vue vue3 vite
- nuxt
- vitest vitest 中文
- vue termui 构建现代终端应用程序
- histoire
- vite-node The engine that powers Vitest and Nuxt 3 Dev SSR.
- vuepress
vue ui 组件库
- pc端
- element-plus 官网
- element-ui 官网
- 移动端
- naive-ui
- vant ui
react
- React (React中文)
- ReactRouter
- create-react-app
- jsx
- Redux (Redux 中文)
- redux-toolkit
- nextjs (nextjs中文)
- Remix
- preact
react ui 组件库
- pc端
- ant design
- 移动端
- mui
其他框架
css
- flex
- 预处理
- postcss
- tailwind css
- unocss
- emotion
工程化
构建工具
- vite 官网
- vitepress
- awesome-vite
- Astro一个由 Vite 驱动的静态站点构建工具
- Rolldown vite rust版本
- vite-plugin-inspect
- babel
- babel
- swc
- rollup
- esbuild
- parcel
- webpack
代码管理
包管理
版本管理
- git
- git hooks