@dieschittigs/generator-contao
v0.3.4
Published
Generator for Contao 4.+ with SCSS and ES6 via WebPack 4
Downloads
27
Readme
Contao Generator
Yeoman generator for Contao 4.4+ with SCSS and ES6 via WebPack
Features
- SCSS compilation via WebPack
- ES6 support via Babel/WebPack
- Basic theme scaffold included
- Installs jQuery, React, Vue, lodash and many more JS-libs, if you want to
- Integrated local development server just for Contao 4
- Batteries included
Screencast
Prerequisites
- Mac OS or Linux*
- PHP 7.1+
- Node.js 8.9+
- MySQL Server
* Windows support can be achieved through the Windows Subsystem for Linux.
Installation
First, install Yeoman and generator-contao using npm.
npm i -g yo
npm i -g @dieschittigs/generator-contao
Then generate your new project:
yo @dieschittigs/contao
That's it!
Usage
This generator provides tasks for compilation via WebPack, source-file watching, syncing, deployment and the local dev server.
See a list of all tasks by entering:
npm run
License
ISC © Die Schittigs