Go to file
kmdjs 669c67b969 fix scoped style bug 2016-05-15 22:01:18 +08:00
asset remove canvas demo 2016-04-25 17:08:20 +08:00
dist fix scoped style bug 2016-05-15 22:01:18 +08:00
example fix scoped style bug 2016-05-15 22:01:18 +08:00
scaffold perfect the scaffolding 2016-05-14 17:32:30 +08:00
src fix scoped style bug 2016-05-15 22:01:18 +08:00
test perfecting scoper css 2016-05-12 12:34:46 +08:00
.gitignore update README.md 2016-04-29 17:39:27 +08:00
LICENSE 目录整理 2015-06-09 12:26:32 +08:00
README.md remove pager tool 2016-05-06 07:59:45 +08:00
gulpfile.js support dom diff 2016-05-05 09:50:39 +08:00
package.json fix scoped style bug 2016-05-15 22:01:18 +08:00

README.md

preview

Some HTML + Scoped CSS + JS === Reusable Component

Preview

preview

Several examples on the website.

Performance-testing on the website.

TodoMVC on the website.

Install

You can install it via npm:

npm install alloynuclear

Nuclear can be used in the CommonJS/AMD module definition environment, but also directly through the script tag reference in your page ,such as:

<script src="nuclear.js"></script>

you can get the Nuclear module by synchronizing require in the AMD module definition environment:

define(function (require) {
    var Nuclear = require('nuclear');
});

or asynchronous require

require([ 'nuclear' ], function (Nuclear) {
});

or require in the CommonJS module definition environment:

var Nuclear = require('nuclear');

Many thanks to

License

This content is released under the MIT License.