SilverStripe WebPack boilerplate + Basics of JS/CSS UI
Go to file
Tony Air fb48db0f21
Readme update
2018-02-05 18:13:45 +07:00
site Intial commit 2018-02-05 18:11:01 +07:00
.gitignore Intial commit 2018-02-05 18:11:01 +07:00
README.md Readme update 2018-02-05 18:13:45 +07:00
browserconfig.xml Intial commit 2018-02-05 18:11:01 +07:00
cache.appcache Intial commit 2018-02-05 18:11:01 +07:00
composer.json Intial commit 2018-02-05 18:11:01 +07:00
humans.txt Intial commit 2018-02-05 18:11:01 +07:00
manifest.json Intial commit 2018-02-05 18:11:01 +07:00
package.json Intial commit 2018-02-05 18:11:01 +07:00
phpcs.xml.dist Intial commit 2018-02-05 18:11:01 +07:00
phpunit.xml Intial commit 2018-02-05 18:11:01 +07:00
robots.txt Intial commit 2018-02-05 18:11:01 +07:00
webpack.config.common.js Intial commit 2018-02-05 18:11:01 +07:00
webpack.config.dev.js Intial commit 2018-02-05 18:11:01 +07:00
webpack.config.prod.js Intial commit 2018-02-05 18:11:01 +07:00
webpack.configuration.js Intial commit 2018-02-05 18:11:01 +07:00

README.md

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