文件名称:赫伯特:成长更多
文件大小:416KB
文件格式:ZIP
更新时间:2024-03-02 06:53:05
TypeScript
赫伯特 使用BLE设备和Node.js的环境控制系统 入门 使用Ubuntu 20.04或Raspberry Pi OS Lite 5.4 2020-08-09 $ sudo apt remove npm nodejs $ curl -sL https://deb.nodesource.com/setup_14.x | sudo bash - $ sudo apt-get install -y nodejs $ sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev -y $ git clone https://github.com/metatooth/herbert.git 构建设置 # install dependencies npm install # compile and watch the serve
【文件预览】:
herbert-main
----server.js(26B)
----.browserslistrc(30B)
----.eslintrc.js(441B)
----src()
--------shared()
--------client()
--------server()
--------worker()
----babel.config.js(66B)
----scripts()
--------herbert(3KB)
----tsconfig.json(665B)
----config()
--------log4js.json(286B)
--------test.json(726B)
--------default.json(694B)
----LICENSE(1KB)
----Procfile(41B)
----README.md(1KB)
----vue.config.js(445B)
----worker.js(26B)
----.gitignore(234B)
----index.js(336B)
----package-lock.json(1.6MB)
----package.json(3KB)