All Projects → sgraewe → create-nuxt-tailwind-app

sgraewe / create-nuxt-tailwind-app

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

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to create-nuxt-tailwind-app

platform
Community platform for dancers
Stars: ✭ 30 (-6.25%)
Mutual labels:  nuxt, nuxtjs
nuxtjsbrasil.github.io
Site da comunidade Nuxt Brasil (usando Nuxtjs) 😄
Stars: ✭ 21 (-34.37%)
Mutual labels:  nuxt, nuxtjs
nuxtswagger
Nuxt-TS-Swagger
Stars: ✭ 17 (-46.87%)
Mutual labels:  nuxt, nuxtjs
now-nuxt
A Now v2 Nuxt builder
Stars: ✭ 25 (-21.87%)
Mutual labels:  nuxt, nuxtjs
nuxt-typo3
TYPO3 Frontend rendered in Vue.js and Nuxt (frontend for EXT:headless)
Stars: ✭ 66 (+106.25%)
Mutual labels:  nuxt, nuxtjs
zksync-dapp-checkout
zkCheckout — trustable permissionless DeFi payment gateway. Brand new zkSync dApp w/t all L2 perks: fast&cheap transfers / simple&quick withdrawal
Stars: ✭ 37 (+15.63%)
Mutual labels:  nuxt, nuxtjs
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (+109.38%)
Mutual labels:  tailwind, tailwind-css
svelte-pwa-now
A PWA ready Svelte v3.0 starter template with Tailwind, Now integration and optional Typescript suppot
Stars: ✭ 138 (+331.25%)
Mutual labels:  tailwind, tailwind-css
tailwindcss-background-extended
All of the missing background utilities for Tailwind CSS.
Stars: ✭ 25 (-21.87%)
Mutual labels:  tailwind, tailwind-css
fastify-vue
A nuxt.js fastify plugin
Stars: ✭ 27 (-15.62%)
Mutual labels:  nuxt, nuxtjs
notus-js
Notus JS: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 191 (+496.88%)
Mutual labels:  tailwind, tailwind-css
shopify-slater-tailwindcss
Shopify Starter Theme + TailwindCSS with PurgeCSS
Stars: ✭ 40 (+25%)
Mutual labels:  tailwind, purgecss
movie-app
🌈 TMDB + Laravel + LiveWire + AlpineJS + ViewModels + Components = ❤️ Movies App 🔥
Stars: ✭ 43 (+34.38%)
Mutual labels:  purgecss, tailwind-css
notus-angular
Notus Angular: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 148 (+362.5%)
Mutual labels:  tailwind, tailwind-css
covid-19-stats
Get the latest COVID-19 statistics by country
Stars: ✭ 41 (+28.13%)
Mutual labels:  tailwind, tailwind-css
solidata frontend
first draft for solidata_frontend : vue+nuxt+vuetify+i18n+axios
Stars: ✭ 15 (-53.12%)
Mutual labels:  nuxt, nuxtjs
tailwind-dashboard-template
Mosaic Lite is a free admin dashboard template built on top of Tailwind CSS and fully coded in React. Made by
Stars: ✭ 1,662 (+5093.75%)
Mutual labels:  tailwind, tailwind-css
github-markdown-tailwindcss
⛵ Replicate GitHub Flavored Markdown with Tailwind CSS components
Stars: ✭ 100 (+212.5%)
Mutual labels:  tailwind, tailwind-css
nuxt-gsap-module
GSAP module for Nuxt.js
Stars: ✭ 183 (+471.88%)
Mutual labels:  nuxt, nuxtjs
vue-plausible
Plausible Analytics Vue.js Plugin and NuxtJS Module
Stars: ✭ 107 (+234.38%)
Mutual labels:  nuxt, nuxtjs

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 🍻

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].