All Projects → stursby → nuxt-tailwind-purgecss

stursby / nuxt-tailwind-purgecss

Licence: other
A Nuxt.js example with Tailwind CSS v1.2 and Purgecss

Programming Languages

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

Projects that are alternatives of or similar to nuxt-tailwind-purgecss

Tailwindcss Module
Tailwind CSS module for Nuxt
Stars: ✭ 678 (+1732.43%)
Mutual labels:  nuxt, tailwindcss
Lichter.io
My own website and CV
Stars: ✭ 105 (+183.78%)
Mutual labels:  nuxt, tailwindcss
Nuxt Cockpit Static Blog
A static blog built with Nuxt.js, Tailwindcss and Cockpit headless CMS
Stars: ✭ 39 (+5.41%)
Mutual labels:  nuxt, tailwindcss
tailpress
A Tailwind CSS enabled Underscores theme
Stars: ✭ 60 (+62.16%)
Mutual labels:  tailwindcss, purgecss
create-nuxt-tailwind-app
[DEPRECATED] Use create-nuxt-app, they added full tailwindcss & purgecss support
Stars: ✭ 32 (-13.51%)
Mutual labels:  nuxt, purgecss
Awes Io
Awes.io // boilerplate based on Vue, Nuxt, TailwindCSS plus Laravel as a backend. 🤟
Stars: ✭ 599 (+1518.92%)
Mutual labels:  nuxt, tailwindcss
Laranuxt
Laravel and Nuxt.js boilerplate
Stars: ✭ 98 (+164.86%)
Mutual labels:  nuxt, tailwindcss
I Hate Regex
The code for iHateregex.io 😈 - The Regex Cheat Sheet
Stars: ✭ 3,176 (+8483.78%)
Mutual labels:  nuxt, tailwindcss
Vue Tailwind Picker
🎉 Datepicker component for vue.js build with Tailwind CSS & dayjs date library
Stars: ✭ 170 (+359.46%)
Mutual labels:  nuxt, tailwindcss
Vue Telescope Analyzer
Detect Vue technologies running on a website ✨
Stars: ✭ 117 (+216.22%)
Mutual labels:  nuxt, tailwindcss
sapper-postcss-template
A template that includes Sapper for Svelte and PostCSS preprocessing with Tailwind CSS
Stars: ✭ 84 (+127.03%)
Mutual labels:  tailwindcss, purgecss
laravel-mix-tailwindcss-purgecss
Minimal Boilerplate for building static pages based on Laravel Mix 6, TailwindCSS 3, PostCSS 8, and ES6 Vanilla JS components.
Stars: ✭ 15 (-59.46%)
Mutual labels:  tailwindcss, purgecss
Nuxt Tailwind
A Nuxt.js starter project template using Tailwind CSS without the distraction of a complicated development environment.
Stars: ✭ 71 (+91.89%)
Mutual labels:  nuxt, tailwindcss
Pokemon63
「みんなの63 - スクリーンショットから自動解析できるポケモンの選出投稿サイト」のソースコード
Stars: ✭ 107 (+189.19%)
Mutual labels:  nuxt, tailwindcss
mijin
Tailwind CSS UI components build for Vue.js / Nuxt.js
Stars: ✭ 168 (+354.05%)
Mutual labels:  nuxt, tailwindcss
website
My personal website and blog. Made with Nuxt.js and WindiCSS.
Stars: ✭ 19 (-48.65%)
Mutual labels:  nuxt, tailwindcss
Batteries-Included-Next.js
A starting boilerplate for a TS Next.js project with batteries included. Tailwind CSS for styling, Jest and React Testing Library working with path aliases and node-mock-http for API route testing.
Stars: ✭ 35 (-5.41%)
Mutual labels:  tailwindcss
v1.scott.ee
✅ My website built with nuxt.js and statically generated from WordPress.
Stars: ✭ 55 (+48.65%)
Mutual labels:  nuxt
EddieHubCommunity.github.io
Information about our community
Stars: ✭ 88 (+137.84%)
Mutual labels:  tailwindcss
react-heroicons
Heroicons as React components
Stars: ✭ 39 (+5.41%)
Mutual labels:  tailwindcss

nuxt-tailwind-purgecss

A Nuxt.js example with Tailwind CSS v1.2 and Purgecss

LIVE DEMO

Table of contents

Installation

# Clone the repository
git clone https://github.com/stursby/nuxt-tailwind-purgecss.git

# Go into the repository
cd nuxt-tailwind-purgecss

# Install dependencies
yarn
# or npm install

Usage

Run the app locally

yarn dev
# or npm run dev

Now you should see the project at http://localhost:3000

Build the app

yarn build
# or npm run build

This will output the production files to the /dist folder. Note that I’m opting to use nuxt generate under the hood which renders the page(s) fully static. You can read more about the different Nuxt build options here.

Performance

Currently, this simple demo app scores very well in Chrome’s Lighthouse Audit. If you notices any performance issues, plese let me know, or submit a PR!

lighthouse audit

Credits

Authors

This project was created by:

Software

This project is build using the following software & plugins:

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].