chaosBreaking 7b246bebef rename
2019-10-09 08:10:18 +08:00
2019-10-09 08:10:18 +08:00
2018-11-13 15:55:27 +08:00
New
2018-09-29 21:33:23 +08:00
New
2018-09-29 21:33:23 +08:00
New
2018-09-29 21:33:23 +08:00
2019-10-07 20:20:46 +08:00
New
2018-09-29 21:33:23 +08:00
2018-09-28 15:20:43 +08:00
2018-09-28 15:20:43 +08:00
2019-09-24 17:42:43 +08:00
2019-07-01 22:53:51 +08:00
2018-09-28 15:20:43 +08:00

node.console.web

时光节点.客户端(Web)

GIT项目库导航

Installation Guide | 安装指南

Requirements

Preparation

2.1 Download source code/下载源码

git clone https://git.faronear.org/tic/node.console.web
cd node.console.web
git checkout master

2.2 Install dependencies/安装依赖

npm install

Launch

  1. lint to format files

    npm run lint
    
  2. dev to test source code and 'hot-start' in a local web server

    npm run dev
    
  3. dist to pack source code into html/css/js for distribution

    npm run dist
    
  4. deploy to upload distribution to a TIC node host

    npm run deploy -- -p '远程登录密码' -k "用户私钥文件" -u '远程登录用户' -D '远程路径' -d '远程文件夹' -H '远程主机' -P '远程端口'
    

    通常只需例如 npm run deploy -- -p '密码' -H 'us.test.bittic.net'

  5. daemon to launch web server on a TIC node host

    登录到一台 TIC 节点主机,下载并进入代码目录,然后启动 web 服务:

    npm run daemon
    

Visit

http://host:60000

Description
No description provided
Readme 598 KiB
Languages
JavaScript 64.8%
Vue 33.9%
HTML 0.9%
SCSS 0.4%