Package Exports
- @grafe/grafe-core
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@grafe/grafe-core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Welcome to grafe-core
This is the core module of grafe. With the help of the core, all routes are created according to the corresponding folder structure.
!!!This is an beta version, the appearance of bugs is expected. These can be reported via our issues page!!!
🏠 Homepage
Install
npm install @grafe/grafe-coreUsage
import { initCore } from '@grafe/grafe-core';
import express = requrie('express');
const app = express();
initCore('../grafe.json', app);Author
👤 Streimel Stefan 👤 Koch Marvin
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
📝 License
This project is MIT licensed.