dieg0v/sliminit
最新稳定版本:0.7.5
Composer 安装命令:
composer require dieg0v/sliminit
包简介
Simple slim app for rapid prototype
README 文档
README
Simple slim app for rapid prototype with:
Requirements
- php >=5.4.0
- composer
- gulp
- bower
- npm
The following versions of PHP are supported by this version.
- PHP 5.4
- PHP 5.5
- PHP 5.6
Install and run
Via Composer
$ composer create-project dieg0v/sliminit --prefer-dist $ php -S 0.0.0.0:8889 -t sliminit/public
Done... go to http://localhost:8889
For use gulp, install dependencies via bower and npm modules on sliminit folder:
$ bower install $ npm install
Js and Css on public/static/js/site.js and public/static/css/main.css are automatically recompressed with:
$ gulp watch
If you want run php built-in server, browsersync and watch js/css/mustache files changes, use default gulp task:
$ gulp
Howto
Manage your pages on app/config/pages.php
Testing
$ php vendor/bin/codecept run
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-16