Skip to content

mrcageman/autocomplete

Repository files navigation

Autocomplete

A simple autocomplete demo.

Prerequisites

This project uses PNPM as package manager. Please make sure to install the dependencies using it in order to prevent potential issues.

# Using corepack
corepack enable pnpm

# Using curl
curl -fsSL https://get.pnpm.io/install.sh | sh -

# Using wget
wget -qO- https://get.pnpm.io/install.sh | sh -

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Run Unit Tests with Vitest

pnpm test:unit

Lint with ESLint

pnpm lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published