@dendra-science/dataloader
v0.0.1
Published
Utility class for fetching data based on configured sources.
Downloads
1
Readme
Dendra DataLoader
Defines a generic utility class for fetching data based on configured sources. Primarily designed, but not limited to, populating Vue models and stores from back-end data sources via Feathers.
Instructions
Be sure you have Node version 6.11.x. If you’re using nvm, you may need to
nvm use 6.11
.Clone this repo.
Make this project directory the current directory, i.e.
cd dendra-dataloader
.Install modules via
npm install
.If all goes well, you should be able to run the predefined package scripts.