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

egg-nuxt.js

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-nuxt.js

Egg.js + Nuxt.js = Powerful

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

egg-nuxt.js

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Egg.js + Nuxt.js = :zap:

Install

$ npm i egg-nuxt.js --save
or
$ yarn add egg-nuxt.js

Usage

// {app_root}/config/plugin.js
exports.nuxt = {
  enable: true,
  package: 'egg-nuxt.js',
};

Nuxt.js Changes

  • The Nuxt config file is now in config.[dev].js, dev allow set default, unittest, local, prod
  • The Nuxt project directory is resources (default)

Configuration

// {app_root}/config/config.default.js
exports.nuxt = {
};

see nuxt.js config to learn more.

Documentation

Licenses

Keywords

egg

FAQs

Package last updated on 05 Jun 2018

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