Skip to content

ahmedrabii/hubspot-front

Repository files navigation

kaffeine

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint

Environment variables with [Dotenv]

# change according to your needs
VITE_API_BASE_URL='https://127.0.0.1:8000/api/'
VITE_API_USERNAME='[email protected]'
VITE_API_PASSOWR='kaffein'
VITE_API_ITEMS_PER_PAGE=3

Pipeline to deploy app in GitHub Pages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published