bs-typeahead
Bootstrap Ajax Typeahead Plugin
File Explorer
Download Latest Version (.zip)- ci.yml
- publish.yml
- aria.ts
- debounce.ts
- floating.ts
- highlight.ts
- index.ts
- matcher.ts
- typeahead.ts
- types.ts
- aria.test.ts
- debounce.test.ts
- destroy-leaks.test.ts
- highlight-nodes.test.ts
- highlight.test.ts
- matcher.test.ts
- typeahead.async.test.ts
- typeahead.test.ts
- typeahead.ui.test.ts
- package.json
- styles.css
- tsconfig.json
- tsup.config.ts
- vitest.config.ts
- 01-local-objects.ts
- 02-custom-fields.ts
- 03-display-field.ts
- 04-fetcher-simple.ts
- 05-fetcher-post.ts
- 06-local-strings.ts
- 07-scroll-many.ts
- 08-no-auto-select.ts
- 09-react-demo.tsx
- 10-a11y-showcase.ts
- helpers.ts
- main.ts
- mock-server.ts
- styles.css
- index.html
- package.json
- tsconfig.json
- vite.config.ts
- index.ts
- Typeahead.tsx
- useTypeahead.ts
- Typeahead.test.tsx
- useTypeahead.test.tsx
- package.json
- tsconfig.json
- tsup.config.ts
- vitest.config.ts
- .editorconfig
- .gitignore
- .prettierrc
- eslint.config.js
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- tsconfig.base.json
# Installation Guide
1. Get the code
git clone https://github.com/biggora/bs-typeahead
Downloads the entire project code from GitHub to your computer.
cd bs-typeahead
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
pnpm install
Downloads and installs the libraries listed in package.json.
pnpm dev # opens the playground at http://localhost:5173
Starts the development/run server.
pnpm test # vitest run (across packages)
Type this command into your terminal and run it.
pnpm typecheck
Type this command into your terminal and run it.
pnpm lint
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
