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

发布时间 2023-09-06 09:32:58作者: 快乐的凡人721

序章

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

 

学习教程

菜鸟教程

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

 

官方网站

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 命令

 

UNPKG(CDN)

https://unpkg.com

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

 

vue.js

https://cn.vuejs.org/

 

webpack

https://www.webpackjs.com

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

 

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,面向设计师和开发者的组件库

 

Three.js

https://threejs.org

JavaScript 3D Library

注,还没使用过。

 

开发工具

VS Code

https://code.visualstudio.com/

 

HBuilderX

https://www.dcloud.io/hbuilderx.html

 

---END---

 

说明:

作者非专业前端开发,如有不足,欢迎补充。

 

本文链接:

https://www.cnblogs.com/luo630/p/17681408.html

 

ben发布于博客园

ben发布于博客园