robertvanlienden/silverstripe-bulma-dark-theme
Composer 安装命令:
composer require robertvanlienden/silverstripe-bulma-dark-theme
包简介
A simple SilverStripe dark theme based on the Bulma CSS Framework
关键字:
README 文档
README
By Robert van Lienden (https://www.robertvanlienden.nl - Twitter @Robertvlienden)
This theme is a great start if you want to use Bulma CSS Framework for your SilverStripe site.
Requirements
Installation
- SilverStripe 4 & 5
Development
- Node Package Manager (npm)
- Node Version Manager (nvm)
Installation
composer require robertvanlienden/silverstripe-bulma-dark-theme- Change your
app/_config/theme.ymlto:
--- Name: mytheme --- SilverStripe\View\SSViewer: themes: - '$public' - 'silverstripe-bulma-dark-theme' - '$default'
Developing
Make sure you got the development requirements and start developing with the following commands:
cd <path to this theme>nvm usenpm installnpm run watch
Now Gulp is watching for JS/SCSS changes in the src folder.
Build
Want to make a JS/CSS build for production? Just run;
npm make build and let gulp compile the production assets.
License
This theme is published under MIT License. Reuse, edit, modify, sell, do whatever you want with this base template.
If you use this theme commercial and make money with this theme, please be kind and do a donation with PayPal (see Donations below).
Issue/PR
Feel free to make some issue/PR if you find issues/bugs/improvements.
Donations
Do you want to thank me for making this SilverStripe theme?
Please donate to me with PayPal! You can donate on Paypal.me/robertvanlienden.
统计信息
- 总下载量: 44
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-05-17
