/example-autocomplete

Example autocomplete input with Vue.js

Primary LanguageVue

example-autocomplete

Example autocomplete field made in Vue.js by Enrico Fasoli

Try it

The project is hosted on GitHub Pages

https://fazo96.github.io/example-autocomplete/

Development

  • npm install to install dependencies
  • npm start to run a local development server
  • npm run build to make a production build
  • npm test to run unit tests

Implementation details

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.