学习 vue.js 3.0 中遇到的前端相关网站汇总

序章

最近学习 vue.js,期间遇到不少相关网站,特整理于本文。

 

更新历史:

2023-09-06 首发

2024-04-22 更新 yarn、pnpm 等

 

学习教程

菜鸟教程

https://www.runoob.com/

 

阮一峰:Flex 布局教程

语法:

https://www.ruanyifeng.com/blog/2015/07/flex-grammar.html

实例:

https://www.ruanyifeng.com/blog/2015/07/flex-examples.html

 

W3Cschool

https://www.w3cschool.cn

 

mdn web docs

https://developer.mozilla.org

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

https://v8.dev/

 

Node.js

https://nodejs.org

 

npm

https://www.npmjs.com/

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 镜像-淘宝

https://npmmirror.com

cnpm 命令

 

pnpm

pnpm - 速度快、节省磁盘空间的软件包管理器

https://www.pnpm.cn

英文官网

https://pnpm.io

 

UNPKG(CDN)

https://unpkg.com

unpkg is a fast, global content delivery network for everything on npm.

 

vue.js

https://cn.vuejs.org/

 

Vite

https://vitejs.dev

Next Generation Frontend Tooling.

Get ready for a development environment that can finally catch up with you.

 

webpack

https://www.webpackjs.com

本质上,webpack 是一个用于现代 JavaScript 应用程序的 静态模块打包工具。

 

Vue Router

https://router.vuejs.org

Vue.js 的官方路由。

为 Vue.js 提供富有表现力、可配置的、方便的路由。

 

Axios-http

https://axios-http.com

https://www.axios-http.cn

Axios is a simple promise based HTTP client for the browser and node.js. 

 

Moment.js

http://momentjs.cn

 

Element UI for Vue 2.x

https://element.eleme.cn

 

Element Plus for Vue 3.x

https://element-plus.org

基于 Vue 3,面向设计师和开发者的组件库

 

gitee 版

国内访问速度快。

https://element-plus.gitee.io

 

Pinia 状态管理

https://pinia.web3doc.top

 

Three.js

https://threejs.org

JavaScript 3D Library

注,还没使用过。

 

yarn

https://yarnpkg.com

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发布于博客园

 

posted @ 2023-09-06 09:29  快乐的二当家815  阅读(57)  评论(2编辑  收藏  举报