Mac 终端命令上的 JavaScriptMVC 应用程序

发布于 2024-09-06 03:48:31 字数 341 浏览 6 评论 0原文

我是 JavaScriptMVC 的新手,我下载了它并尝试了我的第一个“hello world”命令。
问题是所有示例都是针对 PC 的。

我陷入了第一点。如何在终端控制台中编写命令。

在文档中,要做的第一件事是 C:\workspace\Cookbook>js jmvc\update 我如何在终端中写这个。

然后下一个命令是 js jmvc\generate\app Cookbook

有谁熟悉吗,也许我需要额外的插件或附加组件。

I am new to JavaScriptMVC I downloaded it and trying out my first "hello world" commands.
The problem is all the examples are for PC's.

I am stuck at the first point. How do i write the commands in the terminal console.

In the documentation the first thing to do is to C:\workspace\Cookbook>js jmvc\update
How do i write this in the terminal.

Then the next command is js jmvc\generate\app cookbook

Is anyone familiar, maybe i need additional plugins or add-ons.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

遮云壑 2024-09-13 03:48:31

js 是一个 shell 脚本,因此要运行它,您必须先编写 ./,如下所示:

./js jmvc/update

js is a shell script, so to run it you have to write ./ first, like this:

./js jmvc/update
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文