Vue

  • Step-by-Step Tutorial: Suggested Keywords for Vue 3

    Vue.js is a popular JavaScript framework used for building interactive web applications. With the release of Vue 3, there are some new features and improvements that you can take advantage of. Vue 3’s integration of suggested keywords makes app development easier. This tutorial will guide you on how to use them effectively for a smoother…

  • Vue exercises to improve your skills

    I provided a set of Vue.js exercises for practicing and enhancing Vue.js skills or practice for your interview. 1. Simple Counter Create a Vue component that displays a counter value. Add buttons to increment and decrement the counter when clicked. 2. Create a JavaScript file (app.js): In this example, we’re using Vue.js to create a…

  • CSS Frameworks and Components Library trends for 2023

    A CSS framework provides a fully functional CSS stylesheet, allowing us to create a web page by simply coding the HTML with appropriate classes, structure, and IDs. Classes for popular website features like the footer, slider, navigation bar, hamburger menu, column-based layouts, and so on are already included in the framework. What is a CSS…

  • How to: Search keywords with Vue 3

    Front-end code with vue3 to construct a search based on keywords, which can be categories, tags, or even any words of an array

  • Countries List array of objects in various Javascript data structures.

    In Github Gist, I found a countries list format that can help you. To my front-end of today, I have added an array of objects, with “name” and “code”. This is very useful when implementing a select country list in Vue or React, for example.