ordent-nuxt-app

2.6.2 • Public • Published

Create Nuxt App

NPM version NPM downloads CircleCI

Create a Nuxt.js project in seconds

Preview

preview

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

Or with yarn:

yarn create nuxt-app <my-project>

Features 🎉

  1. Choose between integrated server-side frameworks:
  2. Check the features needed for your project:
  3. Choose your favorite UI framework:
  4. Choose your favorite test framework:

Optional

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

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

Or

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

Or

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

Credits

Readme

Keywords

none

Package Sidebar

Install

npm i ordent-nuxt-app

Weekly Downloads

0

Version

2.6.2

License

MIT

Unpacked Size

162 kB

Total Files

85

Last publish

Collaborators

  • dimassrio