mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
Initial commit
This commit is contained in:
commit
3d354656da
17
README.md
Normal file
17
README.md
Normal 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
|
Loading…
Reference in New Issue
Block a user