//nuxt-nuxtui-templatesbyshinGangan

nuxt-nuxtui-templates

Nuxt + Nuxt UIのGitHub Repo templates

2
0
2
17
JavaScript

nuxt-ui-templates

⚡️ About

Nuxt + Nuxt UI の GitHub Repo templates

✅ Installation

undefinedpnpm および pnpm workspace を採用しています.

# use pnpm
pnpm install

🔥 Usage

Run the UI in development mode

Run the following command and check http://localhost:3000 .

# use pnpm
pnpm ui dev

# use antfu/ni
nr ui dev

🔨 Generate

Nuxt CLI および scaffdog を用いることでファイルの生成が容易です.

component

# use pnpm
pnpm gen:cm

# use antfu/ni
nr gen:cm

page

# use pnpm
pnpm ui gen:page [ファイル名]

# use antfu/ni
nr ui gen:page [ファイル名]

# e.g.)
# nr ui gen:page users

api

# use pnpm
pnpm ui gen:api [ファイル名]

# use antfu/ni
nr ui gen:api [ファイル名]

# e.g.)
# nr ui gen:api --method get users

⚖️ LICENSE

This repository is licensed under the MIT License.

[beta]v0.14.0