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

webiny-app-cms

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webiny-app-cms

[![](https://img.shields.io/npm/dw/webiny-app-cms.svg)](https://www.npmjs.com/package/webiny-app-cms) [![](https://img.shields.io/npm/v/webiny-app-cms.svg)](https://www.npmjs.com/package/webiny-app-cms) [![code style: prettier](https://img.shields.io/bad

latest
Source
npmnpm
Version
1.15.1
Version published
Weekly downloads
68
33.33%
Maintainers
1
Weekly downloads
 
Created
Source

webiny-app-cms

code style: prettier PRs Welcome

Enables Webiny CMS in the Admin area and on your site.

Use together with webiny-api-cms package.

For more information, please visit the Webiny documentation:

Install

npm install --save webiny-app-cms

Or if you prefer yarn:

yarn add webiny-app-cms

Note: the webiny-api-cms is also required.

Setup

To setup, you must register a set of plugins. For more information on plugins, please visit Webiny documentation.

Admin

import cmsPlugins from "webiny-app-cms/admin"
import { registerPlugins } from "webiny-plugins";

registerPlugins(cmsPlugins);

Site

import cmsPlugins from "webiny-app-cms/render"
import { registerPlugins } from "webiny-plugins";

registerPlugins(cmsPlugins);

FAQs

Package last updated on 27 May 2019

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