Create Nuxt App

在几秒钟内创建 Nuxt.js 应用程序。「Create Nuxt.js App in seconds.」

Github星跟蹤圖

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 <my-project>

Or starting with npm v6.1 you can do:

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

Or with yarn:

yarn create nuxt-app <my-project>

Features :tada:

  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 install nuxt-edge instead of nuxt, 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

主要指標

概覽
名稱與所有者nuxt/create-nuxt-app
主編程語言JavaScript
編程語言JavaScript (語言數: 5)
平台
許可證MIT License
所有者活动
創建於2017-08-04 14:39:28
推送於2025-03-04 15:06:30
最后一次提交
發布數64
最新版本名稱v5.0.0 (發布於 2022-10-02 12:33:45)
第一版名稱create-nuxt-app@0.2.0 (發布於 2017-08-04 22:41:09)
用户参与
星數3.5k
關注者數46
派生數427
提交數727
已啟用問題?
問題數420
打開的問題數135
拉請求數469
打開的拉請求數13
關閉的拉請求數127
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?