ordent-nuxt-app
v2.6.2
Published
Ordent based templating option for Nuxt
Downloads
4
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 starting with npm v6.1 you can do:
npm init nuxt-app <my-project>
Or with yarn:
yarn create nuxt-app <my-project>
Features :tada:
- Choose between integrated server-side frameworks:
- Check the features needed for your project:
- Choose your favorite UI framework:
- None (feel free to add one later)
- Bootstrap
- Vuetify
- Bulma
- Tailwind
- Element UI
- Ant Design Vue
- Buefy
- iView
- Tachyons
- 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