uny / create-nuxt-app

Create Nuxt.js App in seconds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Credits

About

Create Nuxt.js App in seconds.

License:MIT License


Languages

Language:JavaScript 78.8%Language:Vue 19.6%Language:CSS 1.6%