prestissimoを使用してインストールを高速化

This commit is contained in:
eai04191 2019-06-18 11:16:51 +09:00
parent 85012e13de
commit 663888dcb1
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ docker-compose up -d
4. Composer と yarn を使い必要なライブラリをインストールします。
```
docker-compose exec web composer global require hirak/prestissimo
docker-compose exec web composer install
docker-compose exec web yarn install
```