Readme update

This commit is contained in:
Tony Air 2018-02-05 18:13:45 +07:00 committed by GitHub
parent 6a33a8583b
commit fb48db0f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 12 deletions

View File

@ -1,17 +1,21 @@
# silverstripe-webpack # silverstripe-webpack
#Simple WebPack boiler plate for SilverStripe # Simple WebPack boiler plate for SilverStripe
Checkout files at /site/ folder for details
#Requirements: Checkout files at /site/ folder for details
composer
yarn
#Instalation: # Requirements:
composer install
yarn install
#Commands: + composer
yarn - to update packages + yarn
yarn start - to start webpack webserver
yarn build - to build assets# silverstripe-webpack # Instalation:
+ composer install
+ yarn install
# Commands:
+ yarn - to update packages
+ yarn start - to start webpack webserver
+ yarn build - to build assets# silverstripe-webpack