0.1.1 • Published 7 years ago

generator-lmf v0.1.1

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
7 years ago

generator-lmf

A MEAN web application framework. Provides built in role based authentication and customizable management modules.

Installation

First, install Yeoman and generator-lmf using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-lmf

Then generate your new project:

yo lmf

Run

Run npm install in back-end folder

npm install

Run node server in back-end folder

node index

Run http-server in front-end folder

http-server

add new modules

yo lmf:module

Features

  • Built-in token based authentication
  • Role based authorization
  • Generic crud operation implemented
  • Exciting built-in modules
  • User management for admin
  • Maintain profile for any user

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

Apache-2.0 © CyborgSamrat

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago