Open in app
Home
Notifications
Lists
Stories

Write
OnlyKiosk Dev Tech
OnlyKiosk Dev Tech

Home

Published in Geek Culture

·Pinned

Tailwind for Vue 3 (vite)

INTRODUCTION — INTRODUCTION 📺 The FREE VIDEO version is here: https://www.youtube.com/watch?v=JIr9AYDB-X4&list=PLTr0D4ELn2tNJw9i7DUUuOZAUJRPDwO-b Tailwind is a CSS framework, helping us build UIs. It is a collection of pre-defined classes. Each class creates a unique piece of element style. Tailwind supports many front-end frameworks, including Vue.

Vuejs

27 min read

Tailwind for Vue 3 (vite)
Tailwind for Vue 3 (vite)

Published in Level Up Coding

·Pinned

Vue.js 3 Complete Guide

Vue is a progressive framework. Being progressive means Vue does not seek an exclusive control over your entire project. You can easily… — Vue is a progressive framework. Being progressive means Vue does not seek an exclusive control over your entire project. You can easily integrate Vue with other libraries or existing projects. Vue helps us build user interfaces. There are two types of user interfaces: command line and graphic. …

Vuejs

299 min read

Vue.js 3 Complete Guide
Vue.js 3 Complete Guide

Mar 10

Scope, Variable, and Hoisting

Scope determines the accessibility or visibility of variables. — Scope determines the accessibility or visibility of variables. Traditionally, JavaScript has two types of scope: global and function. ES6 has introduced a new type of scope: the block scope. Typical examples of the block scope include the IF statement, the FOR statement, and the WHILE statement. …

Java Script

3 min read

Scope, Variable, and Hoisting
Scope, Variable, and Hoisting

Published in Geek Culture

·Mar 4

Quick Full Pinia Course

Vue VueX Pinia Store State Action Mutation Subscribe $subscribe $onAction plugin — VueX is now in maintenance mode, meaning it is still maintained but won’t receive new features. It is only a matter of time before it is completely replaced by its successor — Pinia. Pinia does the same job as VueX — retrieving data from the backend api via Ajax and…

Vuejs

25 min read

Emergency Pinia Course
Emergency Pinia Course

Published in Geek Culture

·Sep 15, 2021

Vue.js 3 Transitions & GSAP

Starting from this lesson, we will show you how to create transitions and animations in Vue programs. — Starting from this lesson, we will show you how to create transitions and animations in Vue programs. Transitions and animations still generated by native CSS properties. Vue just helps us apply and remove those properties. Third-party CSS libraries, CSS-based or JS-based, are also supported by Vue.

Vuejs

36 min read

Vue.js 3 Transitions & GSAP
Vue.js 3 Transitions & GSAP

Published in Geek Culture

·Sep 14, 2021

Vue.js 3 Composition API: the SetUp Function

Check out the full video course: — Check out the full video course: https://www.udemy.com/course/complete-vuejs-3-course/?referralCode=75F591E320BC4EA22188 Vue 3 introduced the setUp function. It enables us to extract repeatable parts of components into reusable pieces of code. These reusable codes are stored in the form of a function. This function can be used by any component. Its function scope helps…

Vue

24 min read

Vue.js 3 Composition API: the SetUp Function
Vue.js 3 Composition API: the SetUp Function

Published in Geek Culture

·Sep 14, 2021

Vue.js 3 $watch and $watchEffect

Check out the full video course: — Check out the full video course: https://www.udemy.com/course/complete-vuejs-3-course/?referralCode=75F591E320BC4EA22188 Reactive values often need to be watched. In a component instance, we can watch a reactive value using the watch option or the $watch method. The Vue API also offers us two options. They are the watch method and the watchEffect method. …

Vue

26 min read

Vue.js 3 $watch and $watchEffect
Vue.js 3 $watch and $watchEffect

Sep 14, 2021

Complete Vue.js 3 Guide [12/10]

Open the application instance, we will find a config property. It has a property named globalProperties. Currently, its value is an empty… — Open the application instance, we will find a config property. It has a property named globalProperties. Currently, its value is an empty object. Properties added into this object will be accessible to all components. They will be added into the root level of all component instances.

Vuejs

30 min read

Complete Vue.js 3 Guide [12/10]
Complete Vue.js 3 Guide [12/10]

Sep 14, 2021

Complete Vue.js 3 Guide [11/10]

Starting from this lesson, we will learn the render function. It enables us to generate page elements programmatically. — Starting from this lesson, we will learn the render function. It enables us to generate page elements programmatically. Open the Vue API and scroll down, you will find a method named H. The H method is what we use to generate page elements.

Vue

16 min read

Complete Vue.js 3 Guide [11/10]
Complete Vue.js 3 Guide [11/10]

Sep 14, 2021

Complete Vue.js 3 Guide [10/10]

Check out the full video course: — Check out the full video course: https://www.udemy.com/course/complete-vuejs-3-course/?referralCode=75F591E320BC4EA22188 In this lesson, we will learn mix-in. It is the simplest way to reuse codes in developing Vue projects. Here, we have two components: one root component and one child component. The options objects of the two components may share the same options…

Vuejs

15 min read

Complete Vue.js 3 Guide [10/10]
Complete Vue.js 3 Guide [10/10]
OnlyKiosk Dev Tech

OnlyKiosk Dev Tech

Following
  • ProWritingAid

    ProWritingAid

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable