Package Exports
- @plastic-ant/nx-strapi
- @plastic-ant/nx-strapi/dist/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@plastic-ant/nx-strapi) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@plastic-ant/nx-strapi
An Nx (Project Crystal) plugin for developing with the Strapi CLI
Table of Contents
Install
# npm
npm install --save-dev @plastic-ant/nx-strapi
# yarn
yarn add --dev @plastic-ant/nx-strapi
Usage
Add this plugin to your nx.json
config:
"plugins": [
{
"plugin": "@plastic-ant/nx-strapi",
"options": { ... }
}
]
options:
buildTargetName (optional) target name for 'strapi build', default strapi-build
deployTargetName (optional) target name for 'strapi deploy', default strapi-deploy
developTargetName (optional) target name for 'strapi develop', default strapi-develop
startTargetName (optional) target name for 'strapi start', default strapi-start
License
This project is MIT licensed 2024 Plastic Ant Software