Skip to content

merchant-e/export-import-strapi-plugin

Repository files navigation

Strapi plugin content-export-import

First Setup

cd /<path-to-your-strapi-project

# create plugins folder if not exists
# mkdir plugins

# go to plugins folder
cd plugins

# clone the plugin code into a folder and skip the prefix
git clone git@github.com:lazurey/strapi-plugin-content-export-import.git content-export-import
# install dependencies
cd content-export-import && yarn install
# build the plugin
cd ../..
yarn build

# start
yarn develop

Plugin development

yarn develop --watch-admin

Running at http://localhost:8000/

Features

  • Support JSON export & import
  • Delete all content of a type

Not supported

  • Media fields, e.g. image, video, etc.
  • Any other file type, e.g. csv, etc.

References

About

Export-import plugin for Strapi CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published