New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

talevuek

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

talevuek

Native CDD experience made just for Nuxt

latest
Source
npmnpm
Version
0.3.2
Version published
Maintainers
1
Created
Source

talevuek

npm version npm downloads License

Native CDD expirience made just for Nuxt

📖 Release Notes

Setup

  • Add talevuek dependency to your project
yarn add --dev talevuek # or npm install --dev talevuek
  • 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

  • Clone this repository
  • Install dependencies using yarn install or npm install
  • Start development server using npm run dev

License

MIT License

Copyright (c) Stas stasoft91@gmail.com

FAQs

Package last updated on 25 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts