Skip to content

Polomac/v-graph

Repository files navigation

v-graph

This template should help get you started consuming GraphQl with Vue 3 in Vite by using Villus library.

Customize configuration

See Vite Configuration Reference.

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