- Vue.js Quick Start Guide
- Ajdin Imsirovic
- 106字
- 2021-06-24 18:23:55
Features similar to other modern frontend frameworks and libraries
Just like other modern frontend frameworks, such as React and Angular, Vue has the following:
- Virtual DOM
- A command-line interface (Vue-cli)
- State management (Vuex)
- Routing (Vue-Router)
However, it seems that Vue's core team is going out of their way to make Vue as approachable as possible. This is evident in several examples:
- The effort they've put in to avoid the hassle of setting up Vue-cli, which makes it very easy to get started with
- The lack of complicated toolchains
- The simplicity of Vue's API
Like the official project's website states, Vue is approachable, versatile, and performant.
推薦閱讀
- C++黑客編程揭秘與防范
- GPS/GNSS原理與應(yīng)用(第3版)
- HCNA網(wǎng)絡(luò)技術(shù)
- 通信簡(jiǎn)史:從信鴿到6G+
- Socket.IO Real-time Web Application Development
- SSL VPN : Understanding, evaluating and planning secure, web/based remote access
- 大話社交網(wǎng)絡(luò)
- 物聯(lián)網(wǎng)通信技術(shù)
- 城域網(wǎng)與廣域網(wǎng)(第2版)
- Microsoft Dynamics CRM 2011 Applications(MB2-868) Certification Guide
- jQuery Mobile Web Development Essentials
- Learning Windows 8 Game Development
- 局域網(wǎng)組成實(shí)踐
- 基于IPv6的家居物聯(lián)網(wǎng)開發(fā)與應(yīng)用技術(shù)
- Hands-On Docker for Microservices with Python