Skip to content
/ cli Public
forked from nuxt/cli

⚡️ Next Gen CLI Experience for Nuxt [WIP]

License

Notifications You must be signed in to change notification settings

nexxeln/cli

 
 

Repository files navigation

Nuxt CLI (nuxi)

⚡️ Next Generation CLI Experience for Nuxt.

Warning This project is heavily a work in progress.

Open Discussions

Beta Testing

Using npx

npx nuxi-ng@latest --help

Global Install

npm i -g nuxi-ng@latest

Add to the Project

Install the new CLI dependency:

# pnpm
pnpm add -D nuxi-ng

# yarn
yarn add -D nuxi-ng

# npm
npm i -D nuxi-ng

Change scripts:

{
  "scripts": {
    "dev": "nuxi-ng dev",
    "start": "nuxi-ng start",
    "build": "nuxi-ng build",
    "generate": "nuxi-ng generate"
  }
}

License

MIT

About

⚡️ Next Gen CLI Experience for Nuxt [WIP]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.5%
  • Other 0.5%