10000 GitHub - meegle/ngFrame: A simple front-end MVC framework based on AngularJS.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

meegle/ngFrame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

是什么

一款基于Angular的前端MVC框架,简单易用。

为什么

  • 站在巨人的肩膀上
    • AngularJS - 强大的前端MV*框架。
    • 借助RequireJS实现Angular的文件模块化加载
      • 分离controllerdirectivefilterservice等。
      • 样式文件的模块化加载。
      • 外部脚本以及外部引入的Angular Module的模块化加载。
    • 借助Angular-UI-Router实现路由和State控制。
    • Underscore - 实用的JavaScript工具库。
    • Bootstrap - 简洁、直观、强悍、移动设备优先的前端开发框架(非必须)。
  • 简单易扩展

怎么做

$ git clone https://github.com/meegle/ngFrame.git

$ cd ngFrame

$ cp /app/conf/config.sample.js /app/conf/config.js # 根据自己的情况修改配置项

问题反馈

这是本人为数不多的开源项目之一,这个框架也是集结了一些强大的框架/组件/库等。

主要目的是汇总并整理出自己的一套前端框架,便于日常的快速迭代开发。

有兴趣的朋友一起驱动下,也期盼大牛能够指点一二。

邮箱:meegle#aliyun.com(把#换成@)

About

A simple front-end MVC framework based on AngularJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0