Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
/create-nuxt-appPublic archive

Create Nuxt.js App in seconds.

License

NotificationsYou must be signed in to change notification settings

nuxt/create-nuxt-app

Repository files navigation

The repository forcreate-nuxt-app has updated to behttps://github.com/nuxt/cli - please raise new issues, discussions and pull requests there 🙏


Create Nuxt App

NPM versionNPM downloadsGitHub Action

Create aNuxt.js project in seconds

Usage

Make sure you havenpx installed (npx is shipped by default sincenpm5.2.0)

npx create-nuxt-app<my-project>

Or starting with npm v6.1 you can do:

npm init nuxt-app@latest<my-project>

Or withyarn:

yarn create nuxt-app<my-project>

Features 🎉

  1. Package manager
    • Yarn
    • Npm
  2. Programming language
    • JavaScript
    • TypeScript
  3. UI framework:
  4. Template engine
    • HTML
    • Pug
  5. Nuxt.js modules:
  6. Linting tools:
  7. Testing framework:
  8. Rendering mode
  9. Deployment target
  10. Development tools
  11. Continuous Integration

CLI Options

--edge

Alias:-e.

To installnuxt-edge instead ofnuxt, add the command line option--edge:

npx create-nuxt-app<my-project> --edge

Or

npm init nuxt-app<my-project> --edge

Or

yarn create nuxt-app<my-project> --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.

Credits

About

Create Nuxt.js App in seconds.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors103


[8]ページ先頭

©2009-2025 Movatter.jp