KEMBAR78
Vue Introduction | PPTX
Vue.jsElad Gasner
What is Vue.js?
● Vue pronounced /vjuː/, like view.
● Is a progressive framework for building user interfaces.
● The core library is focused on the view layer only.
Evan You
Vue takes inspirations from many other excellent
frameworks, but aims to combine and expose these
ideas in an approachable and progressive fashion
so that more developers could benefit from them.
(The Vue Point)
Installation
● CDN - <script src="https://cdn.jsdelivr.net/npm/vue@2.5.17/dist/vue.js">
● NPM - npm install vue
● VUE-CLI
Components
● Organized
● Clean Code
● Reusability
Props
Next Steps...
● vuex - a state management pattern + library. (official)
● vue-router - Router for building Single Page Applications (official).
● vue-devtools - Browser devtools extension for debugging Vue.js applications.
● vue best practice - https://vuejs.org/v2/style-guide/ , eslint-plugin-vue (official).
● vuetify - Material Design Component Framework.
● vue awesome - https://github.com/vuejs/awesome-vue.
● nativescript-vue - framework for building native mobile applications using JS.

Vue Introduction

  • 1.
  • 3.
    What is Vue.js? ●Vue pronounced /vjuː/, like view. ● Is a progressive framework for building user interfaces. ● The core library is focused on the view layer only.
  • 5.
    Evan You Vue takesinspirations from many other excellent frameworks, but aims to combine and expose these ideas in an approachable and progressive fashion so that more developers could benefit from them. (The Vue Point)
  • 6.
    Installation ● CDN -<script src="https://cdn.jsdelivr.net/npm/vue@2.5.17/dist/vue.js"> ● NPM - npm install vue ● VUE-CLI
  • 7.
  • 8.
  • 9.
    Next Steps... ● vuex- a state management pattern + library. (official) ● vue-router - Router for building Single Page Applications (official). ● vue-devtools - Browser devtools extension for debugging Vue.js applications. ● vue best practice - https://vuejs.org/v2/style-guide/ , eslint-plugin-vue (official). ● vuetify - Material Design Component Framework. ● vue awesome - https://github.com/vuejs/awesome-vue. ● nativescript-vue - framework for building native mobile applications using JS.