Boilerplate for building Statamic themes with SASS, Tailwind, Vue, and Webpack.
- Clone the repository and place the
boilerplate
folder in your Statamic installations themes folder, typicallysite/themes/
. - Rename the boilerplate folder and update
meta.yaml
accordingly. - From the themes folder, pull down the node dependencies with
yarn install
. - Startup Webpack to watch and compile your SASS and JS,
npm run watch
.
- Page
- Collections
- Assets
- Site Name:
site_name
, text - Navigation Menu:
navigation_menu
, replicator (see example in repository)