generator-lbf-app
v0.1.7
Published
LBF app generator & industrial workspace
Maintainers
Readme
generator-lbf-app 
Yeoman generator for LBF app - lets you quickly set up a project with sensible defaults and best practices.
Usage
Install node.js first.
Setup registry:
$ npm config set registry http://npm.oa.com$ npm install -g yo generator-lbf-appMake a new directory, and enter into it:
$ mkdir my-new-project && cd $_Run yo lbf-app, optionally passing an app name:
$ yo lbf-app [app-name]Run grunt for development integration:
$ grunt devAnd for mac os:
$ sudo grunt devGetting To Know LBF App Generator
LBF App Generator is a integrated solution for creating and developing LBF app which uses Yeoman as base:
- yo - scaffolding tool
- bower - the client-side package management tool
- grunt - the IDE and build tool.
Welcome to an industrial workspace for front-end!
Learn How To Use Local Server
License
MIT
