create-nuxt-tailwind-app
v1.0.6
Published
Create a Nuxt.js app using Tailwind CSS & Purgecss without the distraction of a complicated development environment.
Downloads
18
Readme
Create Nuxt Tailwind App
Create a Nuxt.js app using Tailwind CSS & Purgecss without the distraction of a complicated development environment.
Usage :wrench:
Make sure you have npx installed (npx
is shipped by default since npm 5.2.0
)
npx create-nuxt-tailwind-app <my-project>
Or starting with npm v6.1 you can do:
npm init nuxt-tailwind-app <my-project>
Or with yarn:
yarn create nuxt-tailwind-app <my-project>
Features :tada:
Check the features needed for your project:
- PWA
- Linter / Formatter
- Prettier
- Axios
- TypeScript
Optional
To install nuxt-edge instead of nuxt, add the command line flag --edge
:
npx create-nuxt-tailwind-app <my-project> --edge
Or
npm init nuxt-tailwind-app <my-project> --edge
Or
yarn create nuxt-tailwind-app <my-project> --edge
Credits :beers:
- Create Nuxt App
- egoist
- clarko
- All Create Nuxt App contributors (list).