https://github.com/niketpathak/typeahead-standalone-vite
Demo using Typeahead standalone with Vite 3
https://github.com/niketpathak/typeahead-standalone-vite
autocomplete suggestions typeahead-standalone typeheadjs
Last synced: 10 months ago
JSON representation
Demo using Typeahead standalone with Vite 3
- Host: GitHub
- URL: https://github.com/niketpathak/typeahead-standalone-vite
- Owner: niketpathak
- Created: 2023-05-14T14:12:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-14T16:01:33.000Z (about 3 years ago)
- Last Synced: 2025-04-09T10:43:59.713Z (about 1 year ago)
- Topics: autocomplete, suggestions, typeahead-standalone, typeheadjs
- Language: CSS
- Homepage: https://www.npmjs.com/package/typeahead-standalone
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Typeahead with Vite.js
## Run application
```bash
npm run build # builds application with watcher
npm run dev # starts dev server
```