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