talevuek

0.3.2 • Public • Published

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

/talevuek/

    Package Sidebar

    Install

    npm i talevuek

    Weekly Downloads

    26

    Version

    0.3.2

    License

    MIT

    Unpacked Size

    13 kB

    Total Files

    11

    Last publish

    Collaborators

    • stasoft91