Back to Strapi

strapi-plugin-todo-example

examples/plugins/todo-example/README.md

5.47.0717 B
Original Source

strapi-plugin-todo-example

Optional contributor sandbox plugin for the Strapi monorepo.

Try it in getstarted

  1. From this folder, run yarn build (uses npx @strapi/[email protected] — not a workspace dependency).
  2. In examples/getstarted/config/plugins.js, set todo.enabled to true.
  3. From examples/getstarted, run yarn develop.

dist/ is gitignored; the build step is required before enabling the plugin.

Publishing a plugin outside this repo

For plugins installed from npm, add @strapi/sdk-plugin as a devDependency and point exports at built files under dist/. See sdk-plugin and in-repo packages such as packages/plugins/color-picker.