Fermi-UI
v0.1.25
Published
A simple UI library implementation using AngularJS.
Downloads
8
Readme
Fermi - UI
A simple UI library implementation using AngularJS.
- Lang: ES6 & part feature of ES7
- Dependencies: AngularJS
- Build Tool: webpack
The reason of "Fermi" is that when I create this library, NASA just found the kepler-452b. That reminded me the famous paradox which was raised by Fermi.
We're afraid to be alone, but we're hoping for peace as well.
Stage: Preview
###Documentation https://saviio.github.io/Fermi-UI
###Features
- Reuseable & Nestable
- Dedclarative Element
- Easy to integrate with webpack
###Installation
npm install Fermi-UI --save
###Usage
import 'Fermi-UI/lib/Menu'
let app = angular.module('app', ['Fermi.menu'])
###Local Env:
git clone [email protected]:Saviio/Fermi.UI.git
git checkout origin/doc
npm install
npm run dev
###Compatibility IE9+
###Stage Project is still in preview, PR is always welcome.
Thank you for your watching and using, Enjoy.