/my-nuxt3-template

nuxt3-templateを個人用にカスタマイズしたものです

Primary LanguageTypeScript

Nuxt3 Template

Nuxt3 の開発用テンプレートです(A Template for Nuxt3)

個人的に調べて 2024/04 時点の Nuxt.js ver3 の開発をする上で必要ライブラリを入れたリポジトリです。(This repository includes essential libraries for developing with Nuxt.js version 3 as of April 2024, based on personal research.)

  • nuxt: 3.11.2
  • vuetify: 3.5.16
  • vitest: 1.5.0
  • typescript: 5.4.5

Getting Started

For Local

  1. npm run initialize
  2. npm run dev

For Dokcer

  1. docker compose build
  2. docker compose up

For test

  1. npm run test:ui