問題タブ [nuxt-content]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
nuxt.js - Nuxt 3 での nuxt/コンテンツ機能の複製
Nuxt 3、Netlify、および Netlify CMS を試しています。vue には慣れていますが、Nuxt は初めてです。
nuxt/contentがまだ Nuxt 3 と互換性がないことは承知しています。nuxt/content がなければ、Netlify CMS が /content で作成しているすべてのファイルをロードし、それらを vue コンポーネントに提供する最良の方法は何でしょうか?
これまでのところ、ノード JS fs モジュールを使用してコンテンツを収集するサーバー/ミドルウェアを作成しようとしましたが、それをアプリに提供する最善の方法がわかりません。または、サーバー側のプラグインを作成できますか?