@matimortari/nuxtjs-starter
v1.0.10
Published
A CLI tool to quickly scaffold a Nuxt.js starter project
Downloads
152
Maintainers
Readme
@matimortari/nuxtjs-starter
A CLI tool to quickly scaffold a Nuxt.js starter project with modern tools and best practices.
Testing
The project includes unit and end-to-end tests set up with Vitest and Playwright. For development, you can run the tests using the following commands:
- To run unit tests with Vitest:
npm run test- To check test coverage:
npm run test:coverage- To run end-to-end tests with Playwright:
npm run test:e2eUsage
Create a new project using npx:
npx @matimortari/nuxtjs-starter
# or install globally:
npm install -g @matimortari/nuxtjs-starter
matimortari-nuxtjs-starterYou’ll be prompted to choose:
- Project name
- Features (i18n, testing, etc.)
- Install dependencies?
- Package manager (npm, pnpm, yarn)
- Git repository initialization?
After setup, you’ll have a ready-to-use Nuxt.js project with instructions to get started.
Contact
Feel free to reach out to discuss collaboration opportunities or to say hello!
License
This project is licensed under the MIT License.
