https://github.com/donejs/worker-autorender
Automatically render a template in a Web Worker
https://github.com/donejs/worker-autorender
Last synced: 3 months ago
JSON representation
Automatically render a template in a Web Worker
- Host: GitHub
- URL: https://github.com/donejs/worker-autorender
- Owner: donejs
- License: mit
- Created: 2015-07-20T00:56:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T16:53:03.000Z (almost 6 years ago)
- Last Synced: 2025-01-31T22:38:17.312Z (4 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# done-worker-autorender
[](http://badge.fury.io/js/done-worker-autorender)
A plugin for DoneJS that renders your page in a Web Worker. Works the same as [done-autorender](https://github.com/donejs/autorender).
## Install
```
npm install done-worker-autorender --save
```## Usage
In your `package.json`:
```json
{
"name": "my-app",
...
"system": {
"main": "index.stache!done-worker-autorender"
}
}
```## License
MIT