- Vue.js 2 Web Development Projects
- Guillaume Chau
- 282字
- 2021-07-02 22:34:23
A trending project
Evan You started working on the first prototype of Vue in 2013, while working at Google, using Angular. The initial goal was to have all the cool features of Angular, such as data binding and data-driven DOM, but without the extra concepts that make this framework opinionated and heavy to learn and use.
The first public release was published on February 2014 and had immediate success the very first day, with HackerNews frontpage, /r/javascript at the top spot and 10k unique visits on the official website.
The first major version 1.0 was reached in October 2015, and by the end of that year, the npm downloads rocketed to 382k ytd, the GitHub repository received 11k stars, the official website had 363k unique visitors, and the popular PHP framework Laravel had picked Vue as its official frontend library instead of React.
The second major version, 2.0, was released in September 2016, with a new virtual DOM-based renderer and many new features such as server-side rendering and performance improvements. This is the version we will use in this book. It is now one of the fastest frontend libraries, outperforming even React according to a comparison refined with the React team (https://vuejs.org/v2/guide/comparison). At the time of writing this book, Vue was the second most popular frontend library on GitHub with 72k stars, just behind React and ahead of Angular 1 (https://github.com/showcases/front-end-javascript-frameworks).
The next evolution of the library on the roadmap includes more integration with Vue-native libraries such as Weex and NativeScript to create native mobile apps with Vue, plus new features and improvements.
Today, Vue is used by many companies such as Microsoft, Adobe, Alibaba, Baidu, Xiaomi, Expedia, Nintendo, and GitLab.
- HoloLens Beginner's Guide
- NumPy Essentials
- R語言編程指南
- Rust Cookbook
- Windows Presentation Foundation Development Cookbook
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- Python Data Analysis Cookbook
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- Citrix XenServer企業運維實戰
- Python入門很輕松(微課超值版)
- Responsive Web Design with HTML5 and CSS3(Second Edition)
- 軟件測試實驗實訓指南
- Mastering Wireless Penetration Testing for Highly Secured Environments
- C#入門經典(第7版):C# 6.0 & Visual Studio 2015(.NET開發經典名著)