Difference between revisions of "Vue"

From PKC
Jump to navigation Jump to search
(Created page with "{{WikiEntry|key=Vue|qCode=24589705}} is a JavaScript framework created by Evan You.")
 
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{WikiEntry|key=Vue|qCode=24589705}} is a JavaScript framework created by [[Evan You]].
{{WikiEntry|key=Vue.js|qCode=24589705}}, or [[Vue]], whose official website is:[https://vuejs.org/ Vue.js]. It is a progressive JavaScript framework for constructing web-based UI.
 
=Relevant Website=
# [https://github.com/vuejs/vue-next Vue3 Github Project Source Tree] (Note that Vue2 is hosted here:[https://github.com/vuejs/vue Vue2 Github Project])
# [https://www.vuemastery.com/courses/intro-to-vue-3/intro-to-vue3 Introduction to Vue 3]
# [https://github.com/Code-Pop/Intro-to-Vue-3 Github Proj for Intro to Vue 3]
# [https://www.vuemastery.com/courses/ Vue Mastery]
# [[Vue]] packages for [https://github.com/vuejs/core/tree/main/packages/reactivity/src Reativity].

Latest revision as of 08:44, 2 January 2023

Vue.js(Q24589705), or Vue, whose official website is:Vue.js. It is a progressive JavaScript framework for constructing web-based UI.

Relevant Website

  1. Vue3 Github Project Source Tree (Note that Vue2 is hosted here:Vue2 Github Project)
  2. Introduction to Vue 3
  3. Github Proj for Intro to Vue 3
  4. Vue Mastery
  5. Vue packages for Reativity.