Skip to content
forked from ffan-fe/fancyui

Angular UI components. You can load ui component on demand by fancyui

License

Notifications You must be signed in to change notification settings

xingyan/fancyui

 
 

Repository files navigation

Website: http://www.fancyui.org/

###Introduction

FancyUI is An AngularJs(1.5.X) component's lib created by the ffan-fe team,It's aimed to be useful on building backend admin managment systems, features:

  • Command line tools for init project & create component
  • Lots of components
  • Finishing one page within 3min by adapting to rest API
  • Modular management
  • ES6 syntax + gulp + webpack

中文文档 README

Installing

Install the node_modules and example node_modules:

npm i -d ;
cd example ;
npm i -d ;

Start Example

npm run dev

Test

test all

npm test

single test

npm test --single_file=lib/button/button.spec.js

Want to contribute?

See the contributing guidelines.

LICENSE

BSD

About

Angular UI components. You can load ui component on demand by fancyui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.8%
  • HTML 25.0%
  • CSS 15.2%