@mrborek/create-nuxt-app
v1.2.4
Published
Create Nuxt.js App in seconds.
Downloads
2
Readme
Create Nuxt App
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 with yarn:
yarn create nuxt-app <my-project>
Features :tada:
- Choose between integrated server-side frameworks:
- Choose your favorite UI framework:
- None (feel free to add one later)
- Bootstrap
- Vuetify
- Bulma
- Tailwind
- Element UI
- Add axios module to make HTTP request easily into your application.
- Add EsLint to Lint your code on save.