JavaScriptMVC 安装

标签 javascript model-view-controller installation javascriptmvc

我想开始我的 JavaScriptMVC 之旅,但我真的不知道如何正确安装它。我的意思是我知道,我可以将它放在 public_html 中,但是否可以将它放在系统中(例如 Rails?)。

Download the latest JavaScriptMVC. Unzip the folder on your file system or web server. If you are using this on a webserver, unzip in a public folder where the server hosts static content.

PRO TIP: Unzip these files as high in your apps folder structure as possible (i.e. don't put them under a javascriptmvc folder in your public directory).

这些说明来自文档。但这对我来说是 ucnlear。我应该在哪里解压缩它?我的应用程序应该在 JSMVC 目录中,还是应该独立?特别是这两行令人困惑:

unzip in a public folder where the server hosts static content.

don't put them under a javascriptmvc folder in your public directory).

最佳答案

关于JavaScriptMVC 安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6427424/

相关文章:

javascript - Firebase REST API POST(推送)子项目以及顶级项目的唯一ID

javascript - Onchange 不火?

javascript - 如何在 plotly.js 中隐藏/删除 slider 刻度/步骤及其标签?

php - MVC、DI(依赖注入(inject))和从 Controller 创建模型实例

oop - MVC : Differences Between Two-Step and Composite View Patterns

java - 3 Swing 应用程序设计 : which is the best?

php - 在 WordPress 安装中建立数据库连接时出错

javascript - 使用每个复选框的 ID 执行某些操作

installation - MongoDB 安装问题 Linux Mint Debian

windows-vista - 我可以在同一台计算机上安装 jdk.1.6.xx 的同时安装 Netbeans 吗?