0.3.2 • Published 3 years ago

talevuek v0.3.2

Weekly downloads
31
License
MIT
Repository
github
Last release
3 years ago

talevuek

npm version npm downloads License

Native CDD expirience made just for Nuxt

📖 Release Notes

Setup

  1. Add talevuek dependency to your project
yarn add --dev talevuek # or npm install --dev talevuek
  1. Add talevuek to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'talevuek',

    // With options
    ['talevuek', { /* module options */ }]
  ], 
  talevuek: {
    enabled: true  // use some process.env.NODE_ENV ternary here
  }
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) Stas stasoft91@gmail.com

0.3.2

3 years ago

0.3.1

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.0.1

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago