SilverStripe WebPack boilerplate + Basics of JS/CSS UI
Go to file
2018-02-05 18:21:52 +07:00
site Minor fix 2018-02-05 18:21:52 +07:00
.gitignore Intial commit 2018-02-05 18:11:01 +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 Minor description updates 2018-02-05 18:18:00 +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
README.md Minor description updates 2018-02-05 18:18:00 +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

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