项目作者: fengzilong

项目描述 :
:lollipop: Yet another UI framework for Web, built with riot
高级语言: JavaScript
项目地址: git://github.com/fengzilong/Nest.git
创建时间: 2015-08-26T05:02:41Z
项目社区:https://github.com/fengzilong/Nest

开源协议:MIT License

下载


Nest npm package

Yet another UI framework for Web, built with riot

Demo

https://fengzilong.github.io/Nest/

Docs

coming soon…

Installation

  1. $ npm install nest-ui --save

Usage

Option #1: with webpack or any other bundler:

  1. import 'nest-ui';
  2. import 'nest-ui/dist/nest.css';

Option #2: hot-link

hot-link nest.css (unpkg)

  1. <link rel="stylesheet" href="path/to/nest.css">

hot-link riot.js (unpkg) and nest.js (unpkg)

  1. <script type="text/javascript" src="path/to/riot.js"></script>
  2. <script type="text/javascript" src="path/to/nest.js"></script>

License

MIT © fengzilong