@pikku/addon-strapi
v0.0.7
Published
Consume the Strapi headless CMS API
Downloads
653
Readme
@pikku/addon-strapi
Consume the Strapi headless CMS API
Setup
- Add icon SVG at
strapi.svg - Update secret schema with required fields
- Implement API service methods
- Create function files for each operation
- Export functions in
src/index.ts - Build:
yarn install && yarn pikku && yarn build
