Mehmetali345Dev / create-nuxt3

Create Nuxt3 apps with zero effort.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Nuxt3

Create Nuxt3 apps with zero effort.

Features

  • Select UI frameworks and install it from list
  • Install extra modules like '@nuxt/content'
  • Install eslint easily

Usage

Make sure you have npx installed (npx is shipped by default since npm 5.2.0)

npx create-nuxt3 <project-name>

Or with yarn

yarn create nuxt3 <project-name>

Or with pnpm

pnpm dlx create-nuxt3 <project-name>

Thanks

  • Thanks to Uetchy for create-create-app package. I couldn't make it without that package.

About

Create Nuxt3 apps with zero effort.

License:Other


Languages

Language:TypeScript 76.9%Language:JavaScript 21.0%Language:Vue 2.1%