Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

danielbeutner/ng-frmwrk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng frmwrk Build Status Built with Grunt

This will be a framework for angular apps. Efficient and fast development environment with a clean structure and optimized workflows.

Init: npm i

Watch: grunt

Build: grunt build

###Generator

An convenient way to create common directives and factories.

Elements are reuseable tags withing the app stored in src/common/elements consisting of an AngularJS Directive, an less file and a html template in a folder. Create new elements with the commend:

node new element navItem

This will result in a new folder and three files being generated:

src/
	common/
		elements/
			navItem/
				navItem.js
				navItem.tpl.html
				navItem.less

Modules are reuseable tags included other modules or elements. This is accomplished using the AngularJS transclude directive.

node new module foldingPanel

libs are general AngularJS Factories by default.

node new lib userProfile

This is still under development!

Feel free to join our team! We are nice people.

About

Angular JS Boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published