oriente-pack
v0.0.16
Published
A specific frontend framework for oriente.
Downloads
6
Readme
oriente-pack
A specific frontend framework for oriente.
QuickStart
$ npm install
$ npm test
publish your framework to npm, then change app's dependencies:
// {app_root}/index.js
require('oriente-pack').startCluster({
baseDir: __dirname,
// port: 7001, // default to 7001
});
Questions & Suggestions
Please open an issue here.