我有在节点环境中工作的 ES 模块。比方说 Redis(其中之一)。现在我希望它们像在节点应用程序中一样加载到 Nuxt 中。我想用
import { something } from "something"