Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我去用 Opa 编译一些东西时,无论是我写的东西,甚至是非常简单的“你好,网络!” 脚本,我看到没有产生可执行文件。它正在生成一个 _build 目录和一个 JavaScript 文件。知道这里发生了什么吗?
提前致谢!
最新版本的 Opa 编译为 JavaScript(在 Node.js 上运行)。所以生成的 JavaScript 文件正是您所需要的,您应该能够运行它:
./your_app.js
是的,在您需要完全启动此 javascript 文件之后,如下所示:
./application.js