《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
声明:著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。