拖放alt 是一个简单的Web应用程序,要求用户通过Web浏览器重建徽标图像。与原来的drag-and-drop不同,这个应用程序是用纯JS编写的,没有外部依赖。要使用该应用程序:

  1. 克隆repo ( )

  2. 导航到 drag-and-drop-alt/client/ 目录,使用Chrome打开index.html。

继续开发(在Windows中):

  1. 依赖关系:

    • 使用git bash,克隆repo ( )。

    • 在Git Bash中,导航到 drag-and-drop-alt 目录。

    • 运行 npm cache clean && npm install

    • 运行 git checkout -b your-branch-name

  2. 在命令行窗口中,导航到 drag-and-drop-alt 目录,运行 grunt dev