Skip to content
This repository has been archived by the owner on Jul 1, 2019. It is now read-only.

sgraewe/create-nuxt-tailwind-app

Repository files navigation

Create Nuxt Tailwind App

NPM version NPM downloads

Create a Nuxt.js app using Tailwind CSS & Purgecss without the distraction of a complicated development environment.

Usage 🔧

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 🎉

  1. Check the features needed for your project:

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 🍻

Releases

No releases published

Packages

No packages published