《vue.js快速入门》链接摘抄整理

先分享一篇不错的笔记,虽然我没学

https://blog.csdn.net/wenjinrong/article/details/114903265?fromshare=blogdetail&sharetype=blogdetail&sharerId=114903265&sharerefer=PC&sharesource=skhoole&sharefrom=from_link

正文:

vue快速入门源代码

GitHub - sg552/happy_book_vuejs: Vuejs 中文教程

官方网站

angular

Angular · GitHub

++++react++++

++++https://github.com/++++ ++++facebook/react++++

vue.js

++++https://github.com/++++Vuejs/vue

官方文档

http://cn.Vuejs.org/

http://cn.Vue.js.org/v2/guide/comparison.html

http://cn.Vuejs.org/v2/guide/comparison.html;

http://www.quora.com/How-dose-Vue-js-compare-to-React-js.

1.2.4 用到 Vue.js 的项目

滴滴出行。

饿了么:开源了一个基于 Vue 的 UI 库(https://github.com/ElementUI/Element)。

阿里巴巴的 weex(https://github.com/alibaba/weex)。

GitLab(https://about.gitlab.com/2016/10/20/why-we-chose-vue/)。

Facebook(https://newsfeed.fb.com/welcome-to-news-feed?lang=en)。

新浪微博。

更全列表可见 GitHub - vuejs/awesome-vue: 🎉 A curated list of awesome things related to Vue.js

本章中的所有例子,由于都需要与 Webpack 结合,因此读者将其单独作为一个项目:https://github.com/sg552/vue_js_lesson_demo,读者可以下载后直接运行。

Linux/Mac 下的 NVM 官方网址:https://github.com/creationix/nvm。 Windows 下的 NVM 官方网址:https://github.com/coreybutler/nvm-windows。

Releases · coreybutler/nvm-windows · GitHub

声明:著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

相关推荐
ji_shuke18 分钟前
远程排查 Web 系统问题:如何导出 HAR 文件协助定位
前端·问题排查
程序员爱钓鱼1 小时前
Rust String 与 &str 详解:字符串所有权、借用与转换
前端·后端·rust
码农学院1 小时前
GEO与SEO协同:从传统搜索到生成式搜索的平滑迁移路径
服务器·前端·python
To_OC8 小时前
LC 131 分割回文串:刚学回溯时,我连怎么切字符串都想不明白
javascript·算法·leetcode
咩咩啃树皮9 小时前
第40篇:Vue3组件化开发精讲——组件拆分、复用、父子通信、工程化架构
java·前端·架构
阳光是sunny9 小时前
LangGraph中的Reducer是什么
前端·人工智能·后端
触底反弹9 小时前
一文搞懂 Tailwind CSS 弹性布局:从原理到实战
前端·css·html
阳光是sunny10 小时前
从链到图:LangGraph 入门基础全解析
前端·人工智能·后端
To_OC10 小时前
LC 42 接雨水:暴力超时卡半天?前后缀数组一用就通了
javascript·算法·leetcode
小林ixn10 小时前
从 ??= 到 onKeyDown:一个 React 组件的“自我修养”
前端·javascript·react.js