Nuxt App | Create Nuxt.js App In seconds

Create Nuxt App

NPM version NPM downloads GitHub Action

Create a Nuxt.js project in seconds

Usage

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

npx create-nuxt-app

Or starting with npm v6.1 you can do:

npm init nuxt-app@latest

Or with yarn:

yarn create nuxt-app

Features :tada:

  1. Package manager
  • Yarn
  • Npm
  1. Programming language
  • JavaScript
  • TypeScript
  1. UI framework:
  1. Template engine
  • HTML
  • Pug
  1. Nuxt.js modules:
  1. Linting tools:
  1. Testing framework:
  1. Rendering mode
  1. Deployment target
  1. Development tools
  1. Continuous Integration

CLI Options

--edge

Alias: -e.

To install nuxt-edge instead of nuxt, add the command line option --edge:

npx create-nuxt-app --edge

Or

npm init nuxt-app --edge

Or

yarn create nuxt-app --edge

--info

Alias: -i. Print out debugging information relating to the local environment and exit.

--help

Alias: -h. Show the help information and exit, include: usage, command and all cli options.

--verbose

Show debug logs

--version

Alias: -v. Show version number and exit.

--overwrite-dir

Overwrite the target directory.

GitHub:

3 Likes