Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Nuxt3のテンプレートリポジトリ

License

Notifications You must be signed in to change notification settings

shinGangan/create-nuxt3-app

Repository files navigation

create-nuxt3-app

Nuxt Version Badge License

About

Nuxt3 のテンプレートリポジトリ

Environment

UI Componentsは本テンプレートを継承したテンプレート先で好きなものをインストールする

Framework Nuxt
State Management Pinia
Story Storybook
Linter ESLint
Formatter Prettier
Testing Vitest
UI Components as you wish

Draft: Nuxt Module

ESLint @nuxtjs/eslint-module
Vue-i18n @nuxtjs/i18n
Storybook @nuxtjs/storybook
Pinia @pinia/nuxt
Pinia Plugin Persistedstate @pinia-plugin-persistedstate/nuxt
Vue Use @vueuse/nuxt

Installation

npm i

Usage

開発サーバを起動し http://localhost:3000 にアクセスする.

npm run dev

Show stories

npm run story:dev

Test

Unit Test

npm run test:ut