Skip to content

equinor/dm-core-packages

Repository files navigation

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.