讓remix使用本地文件系統

讓remix使用本地文件系統


轉: https://blog.csdn.net/platocnet/article/details/83376792

1. 測試發現使用npm命令安裝相關環境不成功,換成淘寶cnpm後順利解決,應該是網絡訪問問題javascript

淘寶cnpm安裝方法:html

npm install -g cnpm --registry=https://registry.npm.taobao.org

淘寶cnpm連接:java

http://npm.taobao.org/web

2. 使用cnpm安裝remixd工具,該工具會在本地創建一個websocket服務器,而後就能夠使用網頁remix端與其進行鏈接了sql

先安裝remixd:npm

cnpm install -g remixd

安裝完成後須要使用remixd指定本地文件系統路徑(絕對路徑):服務器

remixd -s <absolute-path-to-the-shared-folder>
如:remixd -s ./ --remix-ide http://localhost:8080

在remix網頁端發起鏈接:websocket

成功後就能夠看到電腦本地文件了:網絡

 附上remix的官方使用說明連接:socket

https://remix.readthedocs.io/en/latest/index.html

相關文章
相關標籤/搜索