Skip to content

Boilerplate with Craft CMS, Tailwind CSS, VueJS & Alpine.js used for internal projects.

License

Notifications You must be signed in to change notification settings

bdfpplinsinga/craft-3

 
 

Repository files navigation

Craft CMS 3.x, Tailwind CSS, VueJS and AlpineJS

This is a Craft CMS 3.x boilerplate MadeByShape use internally for projects.

It's built with the intention of being used with Tailwind CSS, VueJS and Alpine.js frameworks.

It uses both Webpack and Gulp (For now) to build the project.

Requirements

  • PHP 7.3+
  • Composer 2.x.x

Install

  1. composer create-project madebyshape/craft-3
  2. Don't run, ./craft setup, instead manually edit the .env file.
  3. Once the .env is filled in, run ./craft install

npm Scripts

npm run dev Your go to for local development

npm run prod Generates production assets (Minify, favicon etc). Perfect for running on server.

npm run setup If project already exists, this will pull, migrate and apply project config and run dev tasks

Whats included

  • Craft CMS 3.x
  • CSS
  • Javascript
  • Templates
    • Blocks
    • Components
    • Pages (With dynamic page types)
    • Email
    • Exceptions
    • Plugins
      • Freeform
  • Config
    • Customised .env file
    • Customised general.php
    • Project Config (Using config/project.yaml)
    • Plugin configs:
      • Asset Rev
      • Blitz
      • Freeform
      • Imager X
      • Minify
      • SEOMatic
  • Plugins
    • Asset Rev
    • Blitz
    • Default Dashboard
    • Freeform
    • Imager X
    • Link Field
    • Minify
    • Redactor
    • Retour
    • SEOMatic
    • Super Table
  • Extras
    • Scripts (To pull assets, db etc from different environments)
    • .gitignore
      • Gulp / Packages
      • SASS
      • Javascript
      • OS Files
      • Craft CMS
      • Caching
      • Asset Source Folders
      • Log files
      • Editor directories and files

Terminology

Components

Components are small bits of a template, e.g. a button, input field that then either make up a block or a full template. Use the components folder and name each component file by it's use case e.g. inputField.twig.

Make sure to describe each component at the top of each component file so other developers know how it is used. If the component accepts any attributes, make sure you include a description of these at the top of each component (Camel Case) file (See the components/_example.twig) file.

Blocks

Blocks are large chunks of markup, or made up of smaller components. E.g. a block could be a form, with button and input field components included. Use the blocks folder and name each component file (Camel Case) by it's use case e.g. largeForm.twig (If a SASS file exists for a block, use the same file name).

Blocks ideally should be selectable via a Matrix Field so CP users can pick and choose these per template. In some cases this might not be possible though, e.g. if the page is dynamically generated.

Roadmap

[] Use Webpack solely instead of a mixture of Webpack and Gulp [] Add Google Workbox [] rel="preload" fonts via a Webpack task [] Move some Twig components in to VueJS

Developers

MadeByShape - https://madebyshape.co.uk
Jason Mayo - https://github.com/bymayo / https://bymayo.co.uk

About

Boilerplate with Craft CMS, Tailwind CSS, VueJS & Alpine.js used for internal projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 40.3%
  • Twig 28.6%
  • JavaScript 15.0%
  • PHP 12.3%
  • SCSS 2.9%
  • Vue 0.6%
  • Batchfile 0.3%