https://github.com/alizul01/vue-js-learn
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
https://github.com/alizul01/vue-js-learn
javascript javascript-framework vue-js vuejs vuejs-components
Last synced: about 1 year ago
JSON representation
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
- Host: GitHub
- URL: https://github.com/alizul01/vue-js-learn
- Owner: alizul01
- Created: 2022-06-05T13:12:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T00:41:17.000Z (over 3 years ago)
- Last Synced: 2025-01-10T17:18:51.760Z (about 1 year ago)
- Topics: javascript, javascript-framework, vue-js, vuejs, vuejs-components
- Language: JavaScript
- Homepage:
- Size: 599 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Vue
---
## Introduction
Vue (pronounced `/vjuː/`, like view) is a **progressive framework** for building user interfaces. It is designed from the ground up to be incrementally adoptable, and can easily scale between a library and a framework depending on different use cases. It consists of an approachable core library that focuses on the view layer only, and an ecosystem of supporting libraries that helps you tackle complexity in large Single-Page Applications.
#### Browser Compatibility
Vue.js supports all browsers that are [ES5-compliant](https://kangax.github.io/compat-table/es5/) (IE8 and below are not supported).
