plato-creative/plato-silverstripe-installer
最新稳定版本:3.6.5
Composer 安装命令:
composer require plato-creative/plato-silverstripe-installer
包简介
Custom built SilverStripe installer with Foundation
README 文档
README
A custom installer for a SilverStripe based project, includes commonly used files and settings.
Requirements
This installer requires you have the following:
- Composer
- NPM/nodeJS
Installation
- Use composer to quickly create a new project:
composer create-project plato-creative/plato-silverstripe-installer . @dev
- Install node modules via npm:
npm install
- Compile SCSS & Javascript
npm run prod
Compiling Tips
There are 3 default commands you can run:
2. npm run watch - this will compile like above but keep watching for changes.
3. npm run prod - this will compile all files with compression and all sorts or other goodies. And exclude and logs.
Tests via PHPUnit
To run PHPUnit and tests use:
vendor/bin/phpunit
Edit phpunit.xml to change default configuration.
统计信息
- 总下载量: 287
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-07-30