[LINUX] 유용했던 링크들

1. how to receive data from bluetooth device using node.js

https://stackoverflow.com/questions/47764906/how-to-receive-data-from-bluetooth-device-using-node-js

2. node-bluetooth

https://www.npmjs.com/package/node-bluetooth

3. noble

https://www.npmjs.com/package/noble

4. node-xiaomi-scale

https://www.npmjs.com/package/node-xiaomi-scale

5. xiaomi_mi_scale

https://github.com/lolouk44/xiaomi_mi_scale

6. 컴포넌트

https://kr.vuejs.org/v2/guide/components.html

7. Electron + Vue.js 애플리케이션 만들기

https://hsoh1990.github.io/2019/01/19/electron-vue-tutorial/

8. Electron 0 일렉트론뷰로 우아한 데스크탑 앱 만들기 기초

https://fkkmemi.github.io/electron/electron-00-intro/

9. [Node] Node.js 버전 관리하기 (설치, 업데이트, 다운그레이드)

https://brownbears.tistory.com/423

10. Linux: ./electron: error while loading shared libraries: libgconf-2.so.4 #1518

https://github.com/electron/electron/issues/1518

11. 리눅스에서 압축하기, 압축풀기 (tar)

https://ngee.tistory.com/215