Answers for "strapi create new component"

7

create strapi app

npx create-strapi-app my-app --quickstart
yarn create strapi-app my-project --quickstart
Posted by: Guest on December-23-2020
0

components strapi

// Strapi Components
Components don't have API endpoints.*

Old components' data have to be added to Frontend with their ID and sent with new data
If old data's id is not added / sent, then it will be given a id.


* edited on Oct 2021, v3.6.8
Posted by: Guest on October-11-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language