1.1.0 • Published 7 years ago
generator-construct-frontend v1.1.0
generator-construct-frontend 
A Frontend Library for Construct Digital
Installation
First, install Yeoman and generator-construct-frontend using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-construct-frontendThen generate your new project:
yo construct-frontendUsage
To build
gulpTo open dev server
gulp serve
Configurations
- Build Destination
Enter gulpfile.babel.js then edit wherever you want:
let build_html_destination = "dist"Note: "./" for root destination
License
MIT © Minh Le