0.0.9 • Published 7 years ago

nest-ui v0.0.9

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

Nest npm package

Yet another UI framework for Web, built with riot

Demo

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

Docs

coming soon...

Installation

$ npm install nest-ui --save

Usage

Option #1: with webpack or any other bundler:

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

Option #2: hot-link

hot-link nest.css (unpkg)

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

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

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

License

MIT © fengzilong

0.0.9

7 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago