1.0.0 • Published 4 years ago

@plutonian/craftcms-frontend-boilerplate v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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