wexond ui
1.0.0
Wexond UI是一組React組件和許多實用程序。它是為Wexond瀏覽器開發的。
$ npm install @wexond/ui如果您發現了任何錯誤,或者只是想在Wexond UI中看到一些新功能,請隨時打開問題。我們對任何建議都開放。錯誤報告對我們真的很有幫助,並且非常感謝。 Wexond UI處於繁重的開發中,可能會發生一些錯誤。另外,請隨時打開拉動請求。這對我們和該項目的進一步發展非常重要。
首先,請確保您在計算機上安裝了最新的Node.js和Yarn 。
您需要使用
$ ./scripts/link.bat或者
$ yarn link在wexond-ui和節點模塊/_reeact,react-dom,styled-components,@types/react,@types/react-dom,@type/stypled-components的根上
然後克隆操場倉庫。
$ git clone https://github.com/wexond/wexond-ui-playground輸入。
$ cd wexond-ui-playground運行此命令以安裝所有需要的依賴項。
$ yarn接下來,您需要鏈接Wexond-UI和其他軟件包。
$ ./scripts/link.bat或者
$ yarn link @wexond/ui react react-dom styled-components @types/react @types/react-dom @types/styled-components運行此命令,然後在瀏覽器中打開http://localhost:8090/app.html 。
$ npm run dev