Skip to content

EstebanFuentealba/create-nuxt-app

 
 

Repository files navigation

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 with yarn:

yarn create nuxt-app <my-project>

Features 🎉

  1. Choose between integrated server-side frameworks:
  2. Choose your favorite UI framework:
  3. Add axios module to make HTTP request easily into your application.
  4. Add ESLint to Lint your code on save.
  5. Add Prettier to prettify your code on save.

Optional

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

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

Or

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

Credits

About

Create Nuxt.js App in seconds.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 78.0%
  • Vue 20.4%
  • CSS 1.6%