buuum/app

骨架应用程序

维护者

详细信息

github.com/buuum/App

主页

源代码

问题

安装: 28

依赖关系: 0

建议者: 0

安全: 0

星标: 0

关注者: 3

分支: 0

开放问题: 0

语言:JavaScript

v0.1.2 2017-02-27 14:00 UTC

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