Initial commit

This commit is contained in:
Tony Air 2018-02-05 18:08:06 +07:00
commit 3d354656da
1 changed files with 17 additions and 0 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# silverstripe-webpack
#Simple WebPack boiler plate for SilverStripe
Checkout files at /site/ folder for details
#Requirements:
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