qunabu / silverstripe-theme
此包已被废弃且不再维护。未建议任何替代包。
关于此包最新版本(dev-feature/#gruntjs)的许可证信息不可用。
SilverStripe Qunabu 主题模板
dev-feature/#gruntjs
2017-05-22 09:17 UTC
Requires
- php: >=5.5.1
- composer/installers: *
Requires (Dev)
- phpunit/phpunit: ~4.8
This package is auto-updated.
Last update: 2023-03-20 09:48:34 UTC
README
安装
- 这是 qunabu 安装程序的一部分,应在使用带有
composer create
的安装程序时已安装。
手动安装
- 下载 zip 文件(或分支)
- 不要
clone
,因为这只是一个引导程序,必须进行开发。 - 将
silverstripe-theme
重命名为your-name
,然后 - 在
mysite/_config/config.yml
中设置其名称(将 'simple' 替换为 'your-name')。 - 接下来
flush=1
清除您的网站,并切换到您的空主题。
npm 任务
- 使用
npm i
安装依赖 - 运行开发监视模式
npm run watch
- 使用
npm run build
构建