A starter template for building static websites with Tailwind, Vue and Jigsaw.
- Tailwind CSS for styling
- Purge CSS configured for production
- VueJS as a frontend framework
- Jigsaw for static file generation
- Blade templating engine
- Bootstrap grid for Tailwind
- Composer installed.
- NodeJS with NPM
Start by cloning the project then running the following commands.
composer install
For installing Jigsaw with its dependencies.
npm install .
For installing the required frontend libraries.
npm run watch
for development.
npm run production
for production.
./vendor/bin/jigsaw build
for building the pages.