2.10.0-dpl.5 • Published 2 years ago

@forgettingpasswords/netlify-cms-app v2.10.0-dpl.5

Weekly downloads
40
License
MIT
Repository
github
Last release
2 years ago

Netlify CMS App

npm.io

For a Netlify CMS overview, see the general Netlify CMS project README.

Purpose

This package is similar to the netlify-cms package, but is designed for use with extensions. It serves that purpose in the following ways.

Usage

Install via script tag:

<!-- Excluding `doctype` and `head` but you should add them -->
<body>
  <!-- Add these scripts to the bottom of the body -->
  <script src="https://unpkg.com/react@^16/umd/react.production.min.js"></script>
  <script src="https://unpkg.com/react-dom@^16/umd/react-dom.production.min.js"></script>
  <script src="https://unpkg.com/netlify-cms-app/dist/netlify-cms-app.js"></script>
  
  <!-- Initialize the CMS -->
  <script>
    NetlifyCmsApp.init();
  </script>
</body>

Install via npm:

npm i react react-dom netlify-cms-app
import CMS from 'netlify-cms-app';

CMS.init();
2.10.0-dpl.24

2 years ago

2.10.0-dpl.25

2 years ago

2.10.0-dpl.26

2 years ago

2.10.0-dpl.21

4 years ago

2.10.0-dpl.22

4 years ago

2.10.0-dpl.20

4 years ago

2.10.0-dpl.19

4 years ago

2.10.0-dw-2674.0

4 years ago

2.10.0-dpl.18

4 years ago

2.10.0-dpl.17

4 years ago

2.10.0-dpl.15

4 years ago

2.10.0-dpl.16

4 years ago

2.10.0-dpl.14

4 years ago

2.10.0-dpl.13

4 years ago

2.10.0-dpl.12

4 years ago

2.10.0-dpl.11

4 years ago

2.10.0-dpl.10

4 years ago

2.10.0-dpl.5

4 years ago

2.10.0-dpl.4

4 years ago

2.10.0-dpl.2

4 years ago

2.10.0-dpl.1

4 years ago

2.10.0-dpl.0

4 years ago