Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 516 Bytes

File metadata and controls

38 lines (25 loc) · 516 Bytes

Modular Nuxt Starter

Setup

Make sure to install the dependencies:

npm install

Or, if there are dependency conflicts:

npm install --force

Development

Start the development server on http://localhost:3000 (PORT .env variable).

npm run dev

Testing

Run the tests and view coverage (V8 by default) using Vitest.

npm run test
npm run coverage

Run the end-to-end tests using Playwright (ensure server is running beforehand).

npm run e2e