学习 vue.js 3.0 中遇到的前端相关网站汇总
序章
最近学习 vue.js,期间遇到不少相关网站,特整理于本文。
更新历史:
2023-09-06 首发
2024-04-22 更新 yarn、pnpm 等
学习教程
菜鸟教程
阮一峰:Flex 布局教程
语法:
https://www.ruanyifeng.com/blog/2015/07/flex-grammar.html
实例:
https://www.ruanyifeng.com/blog/2015/07/flex-examples.html
W3Cschool
mdn web docs
Resources for Developers, by Developers.
Documenting web technologies, including CSS, HTML, and JavaScript, since 2005.
很标准的 web 文档。可以查到很多内容。
比如,
FormData 对象的使用:
https://developer.mozilla.org/zh-CN/docs/Web/API/XMLHttpRequest_API/Using_FormData_Objects
Blob 对象表示一个不可变、原始数据的类文件对象。
https://developer.mozilla.org/zh-CN/docs/Web/API/Blob
官方网站
V8 JavaScript engine
Node.js
npm
npm is the world's largest software registry.
Open source developers from every continent use npm to share and borrow packages, and many organizations use npm to manage private development as well.
npm 镜像-淘宝
cnpm 命令
pnpm
pnpm - 速度快、节省磁盘空间的软件包管理器
英文官网
UNPKG(CDN)
unpkg is a fast, global content delivery network for everything on npm.
vue.js
Vite
Next Generation Frontend Tooling.
Get ready for a development environment that can finally catch up with you.
webpack
本质上,webpack 是一个用于现代 JavaScript 应用程序的 静态模块打包工具。
Vue Router
Vue.js 的官方路由。
为 Vue.js 提供富有表现力、可配置的、方便的路由。
Axios-http
Axios is a simple promise based HTTP client for the browser and node.js.
Moment.js
Element UI for Vue 2.x
Element Plus for Vue 3.x
基于 Vue 3,面向设计师和开发者的组件库
gitee 版
国内访问速度快。
Pinia 状态管理
Three.js
JavaScript 3D Library
注,还没使用过。
yarn
Safe, stable, reproducible projects.
版本 stable 4.1.1 🎉
开发工具
VS Code
https://code.visualstudio.com/
HBuilderX
https://www.dcloud.io/hbuilderx.html
---END---
说明:
作者非专业前端开发,如有不足,欢迎补充。
本文链接:
https://www.cnblogs.com/luo630/p/17681408.html
ben发布于博客园
ben发布于博客园