Contains the core package and UI plugins.
See under packages/
for list of available plugins or NPM.
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
}
See the example if you want to start developing.
If you would like to contribute, please read our Contribution guide.