Skip to content

antoniogiroz/template-app-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template-app-vue

CI

Tests

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

Getting Started

Option 1: Use as GitHub Template (Recommended)

  1. Click the "Use this template" button on the GitHub repository page
  2. Create a new repository from this template
  3. Clone your new repository:
    git clone https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git
    cd YOUR_REPO_NAME

Option 2: Clone Without Git History

Using degit to clone without the .git folder:

# Install degit globally if you haven't already
npm install -g degit

# Clone the template
degit antoniogiroz/template-app-vue my-vue-app
cd my-vue-app

# Initialize your own git repository
git init
git add .
git commit -m "Initial commit"

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published