committed by
Huyen Nguyen
parent
46bb645fc0
commit
ca8a157ad9
@ -4,18 +4,18 @@ title: Vue
|
|||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
Vue.js is a progressive framework for building user interfaces.
|
Vue.js is a progressive framework for building user interfaces.
|
||||||
Its core is focused on only the "view" layer and can be easily intergrated with existing libraries and projects.
|
Its core is focused on only the "view" layer and can be easily integrated with existing libraries and projects.
|
||||||
But on the other hand, Vue.js can also be leveraged to create powerful single page applications by integrating with extensions
|
But on the other hand, Vue.js can also be leveraged to create powerful single page applications by integrating with extensions
|
||||||
such as `vue-router` for page routing and `vuex` for state management.
|
such as `vue-router` for page routing and `vuex` for state management.
|
||||||
|
|
||||||
It's main attributes are the following:
|
Its main attributes are the following:
|
||||||
* It's approachable: if you know basic HTML, CSS & JavaScript - then you'll be writing apps in Vue.js in no time!
|
* It's approachable: if you know basic HTML, CSS & JavaScript - then you'll be writing apps in Vue.js in no time!
|
||||||
* It's versatile: you can use it as a simple library or a fully featured framework
|
* It's versatile: you can use it as a simple library or a fully featured framework
|
||||||
* It's performant: it's extremely performant out of the box with very little to almost no optimization required.
|
* It's performant: it's extremely performant out of the box with very little to almost no optimization required.
|
||||||
|
|
||||||
### More Information
|
### More Information
|
||||||
|
|
||||||
- [Vuejs Homepage](https://vuejs.org/)
|
- [Vue.js Homepage](https://vuejs.org/)
|
||||||
- [GitHub Repo](https://github.com/vuejs/vue/)
|
- [GitHub Repo](https://github.com/vuejs/vue/)
|
||||||
- [Vue-Router](https://router.vuejs.org/)
|
- [Vue-Router](https://router.vuejs.org/)
|
||||||
- [Vuex](https://vuex.vuejs.org/)
|
- [Vuex](https://vuex.vuejs.org/)
|
||||||
|
Reference in New Issue
Block a user