Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 555 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 555 Bytes

tiny-shop

Tiny shop experiment

Stack

Vue 3
Vite
Vitest
Graphql (apollo-composable)
Tailwind
Firebase (deploy)
Vitest

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint