博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
帝国cms接入小程序_使用无头CMS将'A'放入JAMStack
阅读量:2506 次
发布时间:2019-05-11

本文共 2550 字,大约阅读时间需要 8 分钟。

帝国cms接入小程序

视频 (Video)

The way we build web apps continues to change – with an increasing number of web apps using a static frontend, powered by a dynamic backend. The moniker for this movement is JAMStack – for , APIs, and Markup.

我们构建Web应用程序的方式不断发生变化–越来越多的Web应用程序使用由动态后端提供支持的静态前端。 这项运动的绰号是JAMStack –适用于 ,API和标记。

In this Tech Talk, Chris on Code, the founder of Scotch.io, discusses JAMStack best practices, and some of the ways that you can set up your API layer by running a headless CMS on DigitalOcean Droplets. Chris zooms into three of the most popular free, open source CMS platforms – , , and Strapi – and how to use them for your backend APIs.

在此技术讲座中,Scotch.io的创始人Chris on Code讨论了JAMStack最佳实践,以及通过在DigitalOcean Droplet上运行无头CMS来设置API层的一些方法。 克里斯放大到最流行的免费,开源的CMS平台3 - , ,和Strapi -以及如何使用它们后端的API。

资源资源 (Resources)

In the Jamstack, the A symbolizes where we get our data from. Our data comes from APIs and this is very beneficial to us because we are allowed to separate our data from our frontend.

在Jamstack中,A表示我们从何处获取数据。 我们的数据来自API,这对我们非常有益,因为我们可以将数据与前端分开。

Separating our frontend from our data allows us to focus on one at a time. We can use a Headless CMS that comes packaged with database connections, an admin dashboard, and more so that we can create an API quickly.

将前端与数据分开可以使我们一次专注于一个。 我们可以使用数据库连接,管理仪表板等附带的Headless CMS,以便我们可以快速创建API。

Here’s a list of good headless CMSs:

以下是优秀的无头CMS列表:

There are hosted headless CMS solutions like:

有托管的无头CMS解决方案,例如:

There are also solutions that we can host on DigitalOcean on our own servers so that we control all of the data and keep our pricing under control.

我们还可以在自己的服务器上的DigitalOcean上托管一些解决方案,以便我们控制所有数据并控制价格。

DigitalOcean一键式应用程序 (DigitalOcean 1-Click Apps)

DigitalOcean makes it easy to self-host these Headless CMSs with a single click. You can find the 1-click apps on the DigitalOcean Marketplace:

只需单击一下DigitalOcean,就可以轻松地自托管这些Headless CMS。 您可以在DigitalOcean Marketplace上找到一键式应用程序:

Once we have our Headless CMS in place, we can work on our frontends using a frontend technology like , Gatsby, Next.js, Vue, Nuxt.js, Hugo, and many more.

一旦有了无头CMS,就可以使用诸如 ,Gatsby,Next.js,Vue,Nuxt.js,Hugo等前端技术处理前端。

关于主持人 (About the Presenter)

is the founder of Scotch.io, a popular JavaScript tutorial site. He is also the Web Community Manager at DigitalOcean. Chris has a strong focus on JAMstack since it is the fastest and most productive way we can create our sites and applications.

是流行JavaScript教程网站Scotch.io的创始人。 他还是DigitalOcean的Web社区经理。 克里斯非常重视JAMstack,因为这是我们创建网站和应用程序的最快,最高效的方式。

翻译自:

帝国cms接入小程序

转载地址:http://mlhgb.baihongyu.com/

你可能感兴趣的文章
转载:从集群计算到云计算
查看>>
服务器文件管理
查看>>
JavaScript基本整理3
查看>>
作业2
查看>>
ios上架报错90080,90087,90209,90125 解决办法
查看>>
给button添加UAC的小盾牌图标
查看>>
如何退出 vim
查看>>
Robberies
查看>>
get post 提交
查看>>
PC和HOST之间文件传送
查看>>
R安装
查看>>
Next Permutation
查看>>
python菜鸟基础知识(二)
查看>>
Jquery 飘窗
查看>>
mysql 效率 inner join 与 where in
查看>>
linux 定时任务详解
查看>>
PowerShell 远程管理之 about_Remote_Troubleshooting
查看>>
创建Windows服务(Windows Services)N种方式总结
查看>>
Inno Setup入门(五)——添加readme文件
查看>>
openCv学习札记(二)—cv:Mat学习
查看>>