Socket
Socket
Sign inDemoInstall

@vue-bootstrap-components/vue-bootstrap-autocomplete

Package Overview
Dependencies
12
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @vue-bootstrap-components/vue-bootstrap-autocomplete

A typeahead/autocomplete component for Vue 2 using Bootstrap 4


Version published
Weekly downloads
219
decreased by-70.84%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Nodejs workflow status npm version

Contributors and PRs welcome

Hello everyone. vue-bootstrap-autocomplete is a continuation of where vue-typeahead-bootstrap left off. To move this project forward again, every contribution is welcome. Fixing bugs, adding features, improving documentation, every bit helps so don't be afraid to open a pull request. I won't bite, I promise.

vue-bootstrap-autocomplete

A simple list-group based typeahead/autocomplete using Bootstrap 4 and Vue 2

Preview image of the vue-bootstrap-autocomplete component

Here are some live examples, give them a try here.

Getting Started

Getting started guide is here.

Documentation

Docs are here.

Contributing

Please note that active development is done on the main branch. PR's are welcome! Here are the basic steps to get going.

Here are the steps to getting the project to work locally:

  1. Clone the repo: git clone git@github.com:drikusroor/vue-bootstrap-autocomplete.git
  2. npm ci
  3. vuepress dev docs
  4. Open a browser and go to localhost:8080
  • Then to run tests: npm run test:unit

2.13.0 Release - Migration Necessary

If you were using a version prior to 2.13.0, you'll need to change all references of vue-bootstrap-typeahead or vue-typeahead-bootstrap to vue-bootstrap-autocomplete and of VueBootstrapTypeahead or VueTypeaheadBootstrap to VueBootstrapAutocomplete.

tl;dr

Replace old by new:

OldNew
vue-bootstrap-typeaheadvue-bootstrap-autocomplete
vue-typeahead-bootstrapvue-bootstrap-autocomplete
VueBootstrapTypeaheadVueBootstrapAutocomplete
VueTypeaheadBootstrapVueBootstrapAutocomplete

The original projects lost its maintainers, and we picked it up to keep it moving.

More info here if you're interested:

Local Examples/Demo

Clone this repository and run vuepress dev docs. Then, navigate to http://localhost:8080/vue-bootstrap-autocomplete-docs/ to launch the documentation and examples. The source is in docs/README.md and docs/.vuepress

Lineage

Keywords

FAQs

Last updated on 10 May 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc