@e-sites/generator-esites-fe
v3.1.7
Published
Yeoman generator for E-sites frontend
Downloads
2
Readme
generator-esites-fe
Yeoman generator for E-sites projects
Features
- Asset management with webpack
- ITCSS CSS architecture
- Compile Sass with libsass
- Enable CSS plugins with PostCSS
- CSS baseline by Supple CSS
- CSS Autoprefixing with Autoprefixer
- ES2015+ features with Babel
- Conditioner.js - Frizz free, context-aware, JavaScript modules
- SVG polyfill to enable external SVG's in IE10/IE11 with svgxuse
Prerequisites
Make sure Node and npm are installed. A great guide can be found here: https://docs.npmjs.com/getting-started/installing-node
First you need to install Yeoman:
npm install -g yo
After that you'll need to install the generator:
npm install -g @e-sites/generator-esites-fe
If you already have these packages installed, you can upgrade them:
npm update -g yo @e-sites/generator-esites-fe
Note: Mac users need to run above commands with sudo
.
Usage
Please make sure your system meets the prerequisites.
- Run
npm update -g @e-sites/generator-esites-fe
. - From the terminal, navigate to your projects directory.
- Type
yo @e-sites/esites-fe
, answer a few questions about your project, and wait. - Bask in the glory of your fully scaffolded frontend installation.
Options
--skip-install
Skips the automatic execution ofnpm
after scaffolding has finished.
Contribute
See the contributing docs.