https://github.com/jsreport/jsreport-data
jsreport extension adding support for using sample data for previewing templates
https://github.com/jsreport/jsreport-data
Last synced: about 1 year ago
JSON representation
jsreport extension adding support for using sample data for previewing templates
- Host: GitHub
- URL: https://github.com/jsreport/jsreport-data
- Owner: jsreport
- License: lgpl-3.0
- Created: 2015-11-05T14:51:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T16:45:53.000Z (almost 5 years ago)
- Last Synced: 2024-10-29T20:29:23.076Z (over 1 year ago)
- Language: JavaScript
- Size: 785 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**⚠️ This repository has been moved to the monorepo [jsreport/jsreport](https://github.com/jsreport/jsreport)**
--
# jsreport-data
[](https://npmjs.com/package/jsreport-data)
[](https://travis-ci.org/jsreport/jsreport-data)
jsreport extension adding support for using sample data for previewing templates
See https://jsreport.net/learn/inline-data
## Installation
> npm install jsreport-data
## jsreport-core
You can apply this extension also manually to [jsreport-core](https://github.com/jsreport/jsreport-core)
```js
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-data')())
```