Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "deku", | ||
"version": "0.0.10", | ||
"dependencies": { | ||
@@ -4,0 +5,0 @@ "component/each": "0.2.5", |
{ | ||
"name": "deku", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Create view components using a virtual DOM", | ||
"main": "deku.js", | ||
"main": "dist/deku.js", | ||
"devDependencies": { | ||
"bfc": "~0.3.1", | ||
"bump": "^0.2.5", | ||
"duo": "^0.8.10", | ||
"duo-serve": "~0.6.1", | ||
"duo-test": "^0.3.10", | ||
"duo-serve": "~0.6.1", | ||
"jshint": "~2.5.11", | ||
"bfc": "~0.3.1", | ||
"minify": "^1.4.8", | ||
"zuul": "~1.16.4" | ||
} | ||
} | ||
} |
@@ -29,6 +29,6 @@ # Deku | ||
## Install | ||
npm: | ||
## Install | ||
``` | ||
@@ -38,2 +38,19 @@ npm install deku | ||
Bower: | ||
``` | ||
bower install deku | ||
``` | ||
Duo: | ||
``` | ||
var deku = require('segmentio/deku'); | ||
``` | ||
## Getting Started | ||
* [Documentation](https://github.com/segmentio/deku/tree/master/docs) | ||
* [Examples](https://github.com/segmentio/deku/tree/master/examples) | ||
## Example | ||
@@ -60,3 +77,3 @@ | ||
return dom('div', { class: 'App' }, [ | ||
ButtonComponent({ text: props.buttonText }) | ||
dom(ButtonComponent, { text: props.buttonText }) | ||
]); | ||
@@ -75,2 +92,2 @@ } | ||
}); | ||
``` | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
196176
50
5806
89
8