antoniogiroz / template-app-vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

template-app-vue

CI

Tests

This template should help get you started developing apps with Vue 3 in Vite with a simple architecture.

Project Setup

To use the required version of NodeJS, run the following command if you're using nvm to manage your NodeJS versions:

nvm use
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

Run E2E Tests with Playwright

Using the UI

pnpm test:e2e

Headless

pnpm test:e2e:ci

About


Languages

Language:TypeScript 78.1%Language:Vue 9.3%Language:CSS 5.0%Language:HTML 3.6%Language:JavaScript 2.2%Language:Shell 1.7%