Mac 终端命令上的 JavaScriptMVC 应用程序
我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
js
是一个 shell 脚本,因此要运行它,您必须先编写./
,如下所示:js
is a shell script, so to run it you have to write./
first, like this: