Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deamme/vdom-benchmark-trackira
https://github.com/deamme/vdom-benchmark-trackira
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deamme/vdom-benchmark-trackira
- Owner: deamme
- License: mit
- Created: 2015-06-29T11:00:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-03T14:43:07.000Z (over 9 years ago)
- Last Synced: 2023-02-27T07:56:22.600Z (almost 2 years ago)
- Language: JavaScript
- Size: 539 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vdom-benchmark-trackira
[Virtual DOM Benchmark](https://github.com/localvoid/vdom-benchmark)
implementation for [Trackira](https://github.com/trackira/trackira) library.## Development
### Install dependencies
```sh
$ npm install
```### Development server
```sh
$ gulp serve
```By default when you access `index.html` page it will wait for
benchmark test cases from the parent window. To use custom test cases,
use `data` attribute in query string, for example:
`http://localhost:3000/?data=http://localvoid.github.io/vdom-benchmark/generator.js`
will use test cases from the vdom benchmark.### Release build
```sh
$ NODE_ENV=production gulp
```### Deploy to github pages
```sh
$ NODE_ENV=production gulp deploy
```