Skip to content

sumomo015/nuxt-template

Repository files navigation

Nuxt Template

Overview

This starter template helps you quickly set up a Nuxt project. It includes the following features:

Core Packages

  • Nuxt: A powerful framework for building server-side rendered Vue.js applications.
  • Nuxt Security: Adds security headers to your Nuxt application.
  • VueUse: A collection of essential Vue Composition API utilities.

Code Quality and Formatting

To ensure code quality and consistency, the following tools are included:

  • ESLint: Lints your code and maintains a consistent coding style.
  • Prettier: Automatically formats your code to improve readability.

Testing

The following tools are included for testing:

  • Vitest: A fast unit testing framework.
  • Playwright: A modern end-to-end testing framework for web applications.