0.1.7 • Published 10 years ago

generator-lbf-app v0.1.7

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

generator-lbf-app Build Status

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

Install Yeoman with npm:

$ npm install -g yo generator-lbf-app

Make 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 dev

And for mac os:

$ sudo grunt dev

Getting 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

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.0.0

10 years ago