buuum / app
骨架应用程序
v0.1.2
2017-02-27 14:00 UTC
Requires
- php: >=5.5.0
- buuum/config: ^1.0
- buuum/encode: ^1.0
- buuum/ftp: ^1.0
- buuum/git: ^1.0
- buuum/imagediff: ^1.0
- buuum/mail: ^1.0
- buuum/phdb: ^1.0
- buuum/phevent: ^0.0.3
- buuum/route: ^1.0
- buuum/s3: ^0.0.9
- buuum/template: ^0.1.0
- buuum/validation: ^1.10
- buuum/zip: ^1.0
- illuminate/database: ^5.2
- league/container: ^2.2
- sepia/po-parser: ^4.2
- symfony/console: ^3.0
- symfony/http-foundation: ^3.0
Requires (Dev)
README
安装
系统要求
要使用 Buuum\App,您需要 PHP >= 7.0,但建议使用最新的稳定版 PHP。
步骤 1 - Composer
Buuum 可在 Packagist 上找到,并可以使用 Composer 进行安装
composer create-project --prefer-dist buuum/app myapp
步骤 2
初始化依赖
npm install --save-dev
bower install -D
一次性在电脑上
gem install compass
gem install haml
chmod -R a+rw temp log
Grunt 函数
安装 bower 插件
grunt installplugins
编译 sass
grunt buildsass:[scope]
grunt buildsass:Web
编译 coffee
grunt buildcoffee:[scope]
grunt buildcoffee:Web
编译 haml
grunt buildhaml:[scope]
grunt buildhaml:Web
编译所有范围
grunt build:[scope]
grunt build:Web
激活监视器
自动编译任何范围的任何更改文件
grunt watch