Download the PHP package marcomessa/wn-vite-tailwind-theme without Composer
On this page you can find all versions of the php package marcomessa/wn-vite-tailwind-theme. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download marcomessa/wn-vite-tailwind-theme
More information about marcomessa/wn-vite-tailwind-theme
Files in marcomessa/wn-vite-tailwind-theme
Download marcomessa/wn-vite-tailwind-theme
More information about marcomessa/wn-vite-tailwind-theme
Files in marcomessa/wn-vite-tailwind-theme
Vendor marcomessa
Package wn-vite-tailwind-theme
Short Description A starter blank theme powered by Vite and TailwindCSS
License MIT
Package wn-vite-tailwind-theme
Short Description A starter blank theme powered by Vite and TailwindCSS
License MIT
Please rate this library. Is it a good library?
Informations about the package wn-vite-tailwind-theme
Vite + TailwindCSS WinterCMS starter theme

Vite + TailwindCSS is a blank starter theme for WinterCMS powered by Vite and TailwindCSS. It includes a simple folder structure, postcss files already divided according to TailwindCSS directives and two npm scripts for development and production.
Features
- use Vite for your frontend's assets
- TailwindCSS 3 ready
- crazy fast with a tiny node_modules folder
- browser autoreload with hot module replacement
- PostCSS ready with the following plugins:
- postcss-import
- tailwindcss-nesting
- autoprefixer
Requirements
In order to work, the theme needs its sister plugin Vite: the theme layout file already includes the reference to the necessary components, and will not work without first installing it
Installation
- require the theme:
composer require marcomessa/wn-vite-tailwind-theme - require the plugin:
composer require marcomessa/wn-vite-plugin - be sure plugin is installed:
php artisan plugin:refresh Marcomessa.Vite - navigate to theme's folder:
cd <project-root>/themes/vite-tailwind - install dependencies:
npm installoryarn install
Npm scripts
- development:
npm run dev - production:
npm run production
License
The MIT License (MIT). Please see License File for more information.
All versions of wn-vite-tailwind-theme with dependencies
PHP Build Version
Package Version
The package marcomessa/wn-vite-tailwind-theme contains the following files
Loading the files please wait ...