mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
SilverStripe WebPack boilerplate + Basics of JS/CSS UI
site | ||
.gitignore | ||
browserconfig.xml | ||
cache.appcache | ||
composer.json | ||
humans.txt | ||
manifest.json | ||
package.json | ||
phpcs.xml.dist | ||
phpunit.xml | ||
README.md | ||
robots.txt | ||
webpack.config.common.js | ||
webpack.config.dev.js | ||
webpack.config.prod.js | ||
webpack.configuration.js |
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