1.0.6 • Published 6 years ago

create-nuxt-tailwind-app v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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 :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:

  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 :beers:

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago