/VueJS-Autocomplete

Autocomplete component example made with Vue.JS 2 and the vue-cli for my youtube channel WeCode

Primary LanguageJavaScript

Vue.JS 2 Autocomplete Component

Youtube Tutorial link

Logo

This project is made for my youtube tutorial on "Create a Vue.JS 2 Autocomplete Component".

Autocomplete Component Example

get it up and running.

# go into the project
cd VueJS-Autocomplete

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

Good Luck :)