Example autocomplete field made in Vue.js by Enrico Fasoli
The project is hosted on GitHub Pages
https://fazo96.github.io/example-autocomplete/
npm install
to install dependenciesnpm start
to run a local development servernpm run build
to make a production buildnpm test
to run unit tests
Implemented using Vue and the vue-select
library. Other libraries have been used
for minor things, check package.json
and the source code for more information.
The scaffolding has been done using @vue/cli
.