@plutonian/craftcms-frontend-boilerplate
v1.0.0
Published
Simple boilerplate for Craft CMS with scss and ES6.
Downloads
3
Readme
craftcms-frontend-boilerplate
Simple boilerplate with Sass, ES6 and Webpack to get you up and running quickly with frontend development in Craft CMS. Nothing fancy, just plain and simple.
Installation
Just drop these files in the root of your Craft CMS project, run npm install
to install npm packages.
Included frameworks
Available tasks
npm run dev
Builds the assets in dev mode.
npm run watch
Builds and watches the assets in dev mode.
npm run build
Build the assest for production.
Compiled files
You can find the compiled files in web/assets/dist
.
License
Licensed under the MIT license