定制 dieg0v/sliminit 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

dieg0v/sliminit

最新稳定版本:0.7.5

Composer 安装命令:

composer require dieg0v/sliminit

包简介

Simple slim app for rapid prototype

关键字:

README 文档

README

Author Latest Version Packagist Version Software License Build Status

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-04-16