Nuxt IOC implementation
npm install nuxt-iocIoC/DI for Nuxt.js framework powered by Inversify.js and inspired by great Java Spring and Nest.js frameworks.
- Nuxt.js
- Vue 2.x
- @nuxt/typescript-build module installed
Please refer to our documentation for complete guide.
``html
My component content
`
If you want test our example locally, you need change coreModule ind the index.ts
`javascript``
const options = {
// @ts-ignore
containerPath: '~/Application/container',
coreModule: '../../',
// coreModule: 'nuxt-ioc',
...moduleOptions,
};