Hello,I'm building a gym page, usually, I do it just with static HTML.However this time, I need it to be "dynamic" and have some kind of CMS in order for the customer to edit some parts of the screen, edit some images, maybe even deploy a couple of videos and upload them to an S3 bucket or other providers.I started by looking at Wordpress, but that UI looks horrible and overcomplicated.I really enjoyed strapi, and it looks like I can customize the admin panel as I wish.So my initial plan was to use strapi + nuxtjs.However, using nuxtjs looks like overkill for such a small project where I don't need actual components.So I looked into :Strapi + ECTtemplatesIs it possible to use this? Do you advise other options?And about caching, should caching exist between strapi and template engine, or template engine and server?https://strapi.io/https://github.com/baryshev/ectThanks
Submitted June 17, 2020 at 05:04PM by fabioaraujopt
No comments:
Post a Comment