有没有办法在 codesandbox.io 中使用 npm 脚本?
Posted
技术标签:
【中文标题】有没有办法在 codesandbox.io 中使用 npm 脚本?【英文标题】:Is there a way to use npm scripts in codesandbox.io? 【发布时间】:2020-07-31 21:43:51 【问题描述】:我正在尝试在代码沙箱中运行 json-server
npm。我创建了一个 vanilla 项目并向package.json
添加了一个依赖项。我必须使用json-server --watch db.json
运行脚本。
codesandbox 中有没有办法运行脚本?
【问题讨论】:
【参考方案1】:您需要使用像 Node 这样的容器沙箱,以便能够运行 json-server 并设置您自己的脚本。
以下是有关 CodeSandbox 上可用的不同类型沙箱的更多信息:https://codesandbox.io/docs/environment
顺便提一下,我们有一个您可能感兴趣的 json-server 模板:https://codesandbox.io/s/json-server-1i5z0
【讨论】:
以上是关于有没有办法在 codesandbox.io 中使用 npm 脚本?的主要内容,如果未能解决你的问题,请参考以下文章
如何在“codesandbox.io”上配置 ESLint / Prettier 格式规则
Codesandbox.io 中的 React-Testing-Library 问题