WinterCMS Theme of https://disco-st-katharina.de
Go to file
philipp lang d9889485f7 Update language 2024-09-26 15:00:49 +02:00
content Add datenschutz 2024-02-17 11:57:32 +01:00
layouts Update language 2024-09-26 15:00:49 +02:00
pages Upate layout 2024-09-26 13:46:55 +02:00
partials Set page title 2024-09-26 14:52:31 +02:00
resources Upate layout 2024-09-26 13:46:55 +02:00
.drone.yml Upate layout 2024-09-26 13:46:55 +02:00
.gitignore Add datepicker 2024-02-13 00:55:45 +01:00
LICENSE Initial commit 2024-02-12 21:44:41 +01:00
README.md Initial commit 2024-02-12 21:44:41 +01:00
composer.json Initial commit 2024-02-12 21:44:41 +01:00
package-lock.json Upate layout 2024-09-26 13:46:55 +02:00
package.json Upate layout 2024-09-26 13:46:55 +02:00
postcss.config.js Initial commit 2024-02-12 21:44:41 +01:00
tailwind.config.js Upate layout 2024-09-26 13:46:55 +02:00
theme.yaml Initial commit 2024-02-12 21:44:41 +01:00
vite-theme.jpg Initial commit 2024-02-12 21:44:41 +01:00
vite.config.js Upate layout 2024-09-26 13:46:55 +02:00

README.md

Vite + TailwindCSS WinterCMS starter theme

alt text

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

  1. require the theme: composer require marcomessa/wn-vite-tailwind-theme
  2. require the plugin: composer require marcomessa/wn-vite-plugin
  3. be sure plugin is installed: php artisan plugin:refresh Marcomessa.Vite
  4. navigate to theme's folder: cd <project-root>/themes/vite-tailwind
  5. install dependencies: npm install or yarn install

Npm scripts

  • development: npm run dev
  • production: npm run production

License

The MIT License (MIT). Please see License File for more information.