In this Vue 3 crash course for beginners, we'll be building tags input while learning Vue 3 js concepts.
If you're a beginner and you're looking for a crash course in Vue 3, then this is the video for you! In this video, we'll be building tags input using Vue 3 js concepts, so you'll have a better understanding of how Vue works. By the end of this video, you'll have a good foundation in Vue 3 js that you can build on!
In this course, you'll learn about vue.js basic concepts such as:
- interpolation
- Directives
- Attribute binding
- Conditional rendering
- List rendering
- Style and class bindings
- Handling event
- Two-way bindings with v-model
- Methods
- Computed property
- Watcher
After you finish this section, you'll have a simple reusable tags input component with the following features:
- Enter any tags separated by a comma or when the user hit the Tab key or Enter key
- Remove a tag by clicking the remove button
- Remove the last tag by hitting the Backspace key or Delete key