Native CDD expirience made just for Nuxt
- Add
talevuek
dependency to your project
yarn add --dev talevuek # or npm install --dev talevuek
- Add
talevuek
to themodules
section ofnuxt.config.js
{
modules: [
// Simple usage
'talevuek',
// With options
['talevuek', { /* module options */ }]
],
talevuek: {
enabled: true // use some process.env.NODE_ENV ternary here
}
}
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev
Copyright (c) Stas stasoft91@gmail.com