Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 1.8 KB

README.md

File metadata and controls

64 lines (46 loc) · 1.8 KB

Data Modeling Core Packages

License On push main branch SCM Compliance

Contains the core package and UI plugins.

LibrariesQuickstartDevelopmentContributing

🎯 Libraries

See under packages/ for list of available plugins or NPM.

⚡ Quickstart

First, install the plugins:

yarn install @development-framework/dm-core-plugins

Add the installed plugins to the src/plugins.js file.

import dmCorePlugins from '@development-framework/dm-core-plugins'

export default {
  ...dmCorePlugins
}

💫 Development

See the example if you want to start developing.

👍 Contributing

If you would like to contribute, please read our Contribution guide.