×

Loading...

劳驾哪位给指点一下,如何安装?安装文件选哪个或哪几个?不编程的话,最后两个文件是否可以不下载?感谢!

Installation 安装

Binaries

For macOS and Windows binaries, download the latest version on Releases page. 下载链接

Building

First, install node.js, including npm.

cd into the project directory, and type npm install. This will install all the dependencies.

Finally, npm start to run the app.

Usage 使用

v0.3 All platforms release Latest

For macOS, windows and linux.
Bugfixes: Fixes white scrollbar in issue #9

Assets 10
Report

Replies, comments and Discussions:

  • 枫下家园 / 电脑电信 / 劳驾哪位给指点一下,如何安装?安装文件选哪个或哪几个?不编程的话,最后两个文件是否可以不下载?感谢!

    Installation 安装

    Binaries

    For macOS and Windows binaries, download the latest version on Releases page. 下载链接

    Building

    First, install node.js, including npm.

    cd into the project directory, and type npm install. This will install all the dependencies.

    Finally, npm start to run the app.

    Usage 使用

    v0.3 All platforms release Latest

    For macOS, windows and linux.
    Bugfixes: Fixes white scrollbar in issue #9

    Assets 10
    • 这是干啥用的?就下载一个x64.zip就够了
      • 格律诗编辑器,学诗用的。darwin-x64和mas-x64 哪个?
        • 不清楚这两个啥区别,要不你下载win32.x64.zip试试
    • First, install node.js, including npm. cd into the project directory, and type npm install. This will install all the dependencies. Finally, npm start to run the app. 第二问:这三步在windows 下如何做?
      • windows command prompt
        • dos 早忘完了。
      • 请问怎样实现这个指令:“cd into the project directory, and type npm install” 是:cd\c:\program files\nodejs\ 吗?(文件在nodejs 文件夹中。) 回车,然后输入npm install.
    • 没错,最后两个zip不用。前面的看你要在什么平台上装,如果只是windows,下载win32-x64就行
      • 不是我在上面说的之一?
        • 不用啊,下载了解压里面有个exe,运行就好。好像是用javascript写的
    • 你用的应该是 macos,那就 darwin 的就行
      • 是 64bit windows.
        • 不好意思,看错了,看那个图以为是你的电脑的截图
    • 请问怎样实现这个指令:“cd into the project directory, and type npm install” 是:cd\c:\program files\nodejs\ 吗?(文件在nodejs 文件夹中。) 回车,然后输入npm install. -anexplorer(页于); 22:52
      • 你都下载win32-x64的执行程序了,就不用执行指令了吧,如果你下载源码,那可能需要安装nodejs,对源码做build,生成执行代码