@thulite/bootstrap
Bootstrap integration for Thulite.
Status
Installation
npm i -D @thulite/bootstrap
Setup
Add mounts to ./config/_default/module.toml
:
[[mounts]] source = "node_modules/@thulite/bootstrap/assets" target = "assets"
[[mounts]] source = "node_modules/@thulite/bootstrap/layouts" target = "layouts"
[[mounts]] source = "assets" target = "assets"
[[mounts]] source = "layouts" target = "layouts"
How to use
[..]
Credits
This npm package is based on the Bootstrap examples: