學習 vue.js 3.0 中遇到的前端相關網站彙總

序章

最近學習 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發佈於博客園

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章