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
#Simple WebPack boiler plate for SilverStripe
Checkout files at /site/ folder for details
# Simple WebPack boiler plate for SilverStripe
#Requirements:
composer
yarn
Checkout files at /site/ folder for details
#Instalation:
composer install
yarn install
# Requirements:
#Commands:
yarn - to update packages
yarn start - to start webpack webserver
yarn build - to build assets# silverstripe-webpack
+ composer
+ yarn
# Instalation:
+ composer install
+ yarn install
# Commands:
+ yarn - to update packages
+ yarn start - to start webpack webserver
+ yarn build - to build assets# silverstripe-webpack