仪表板服务器 具有基于的授权的JSON文件RESTful API 用法 # clone repo $ git clone https://github.com/zce/dashboard-server.git < my> # change directory $ cd < my> # install dependencies $ yarn # or npm install # serve with nodemon at http://localhost:3000 $ yarn dev JWT授权端点 与 POST /tokens 创建令牌 #