Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.12 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.12 KB

tailwindcss on laravel-mix

English version

Why and how this repository works

This repository is built with a minimal tailwindcss setup as a Postcss plugin using the laravel-mix builder

How to use

  1. Install dependencies with npm i command
  2. Run the builder npm run dev
  3. If you need to watch your files for changes, use npm run watch
  4. To build the minified files, use the command npm run prod

Русская версия

Для чего и как работает этот репозиторий

Этот репозиторий создан с минимальной настройкой tailwindcss как плагина Postcss используя сборщик laravel-mix

Как пользоваться

  1. Установите зависимости командой npm i
  2. Запустите сборщик npm run dev
  3. Если вам нужно следить за изменениями в ваших файлах, используйте npm run watch
  4. Для сборки минифицированных файлов используйте команду npm run prod