Create a Nuxt.js project in seconds
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>
- Choose between integrated server-side frameworks:
- Choose your favorite UI framework:
- Add axios module to make HTTP request easily into your application.
- Add ESLint to Lint your code on save.
- Add Prettier to prettify your code on save.