newway / nw-core
核心
dev-master
2015-07-18 18:00 UTC
Requires
- php: >=5.5.9
- illuminate/html: 5.0.*
- laravel/framework: 5.1.*
- yaap/theme: 2.*
Requires (Dev)
- barryvdh/laravel-debugbar: ~2.0
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpspec/phpspec: ~2.1
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2024-09-16 18:28:05 UTC
README
快速启动的基本工具集。基于 Laravel 5.1 + Ruby + Node.js + Gulp
包含
- [Bower] (http://bower.io/)
- [Sass] (https://ru.wikipedia.org/wiki/Sass)
- [CoffeeScript] (https://coffeescript.node.org.cn/)
- 等等 (@todo)
安装
安装 ruby 包
composer create-project newway/nw-core=dev-master .
环境准备
安装 ruby 包
bundle install
安装 node.js 包
npm install
安装 bower 库
bower install
运行 build + watch
gulp
运行服务器
php artisan serve
运行代码监控
gulp watch