sgraewe / create-nuxt-tailwind-app

[DEPRECATED] Use create-nuxt-app, they added full tailwindcss & purgecss support

Home Page:https://github.com/nuxt/create-nuxt-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 🍻

About

[DEPRECATED] Use create-nuxt-app, they added full tailwindcss & purgecss support

https://github.com/nuxt/create-nuxt-app

License:MIT License


Languages

Language:JavaScript 95.0%Language:Vue 5.0%