Skip to content

Modular Nuxt 3 starter with Typescript, Vue 3, Playwright, Tailwind, DasiyUI

License

Notifications You must be signed in to change notification settings

DodgeWhale/modular-nuxt-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Modular Nuxt 3 starter with Typescript, Vue 3, Playwright, Tailwind, DasiyUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published