Skip to content
/ template-nuxt Public template

🚀 Template app for Nuxt 3 with i18n, prettier, eslint, Vitest and Playwright

Notifications You must be signed in to change notification settings

larsrickert/template-nuxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt 3 Template

Build upon the official Nuxt 3 starter application.

Additional features:

Prerequisites

Setup

Make sure to install the dependencies:

pnpm install

Development Server

Start the development server on http://localhost:3000:

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

Unit tests

Run unit tests using Vitest:

pnpm run test

Playwright tests

Run component/integration/e2e tests using Playwright:

pnpm run build
pnpm run test:playwright

Check out the deployment documentation for more information.

About

🚀 Template app for Nuxt 3 with i18n, prettier, eslint, Vitest and Playwright

Resources

Stars

Watchers

Forks