Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nuxtjs/strapi

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/strapi

[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![Github Actions CI][github-actions-ci-src]][github-actions-ci-href] [![Codecov][codecov-src]][codecov-href] [![License][license-src]][license-h

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.1K
decreased by-33.28%
Maintainers
2
Weekly downloads
 
Created
Source

@nuxtjs/strapi

npm version npm downloads Github Actions CI Codecov License

📖 Release Notes

Setup

  1. Add @nuxtjs/strapi dependency to your project
yarn add @nuxtjs/strapi # or npm install @nuxtjs/strapi
  1. Add @nuxtjs/strapi to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    '@nuxtjs/strapi'
  ]
}

Options

You can define the options in the strapi property of your nuxt.config.js:

export default {
  strapi: {
    url: 'http://localhost:1337'
  }
}

You can also give the Strapi URL with STRAPI_URL environement.

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) Benjamin Canac canacb1@gmail.com

FAQs

Package last updated on 24 Jun 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc