简体   繁体   中英

How to integrate an existing Angular 5 project with Apostrophe CMS?

I a have an Angular 5 project up and running, and I would like to add a CMS to allow admin control over content.

I would like to use something that works with NodeJS, ApostropheCMS state that any front-end application can integrate with their technology, but I can't find anything to help me understand how this is done.

I am Looking for help to understand the integration process, if possible at all !? And if it isn't then what would be alternative solution considering the Angular 5 project.

Thanks in advance

you can do this using the apostrophe-headless module. In that configuration you could build a separate backend site just for editing the content and use the headless APIs from your angular site so you don't have to deal with any disagreements between them over frontend things.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM