bloc-infos
Bloc Infos for Jobs
Setup
- Add the
bloc-infos
dependency withyarn
ornpm
to your project - Add
bloc-infos
to themodules
section ofnuxt.config.js
- Configure it:
{
modules: [
// Simple usage
'bloc-infos',
// With options
['bloc-infos', { /* module options */ }]
]
}
Development
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev
License
Copyright (c) Olivier Belaud