我下载了这个库:https://github.com/jquense/react-widgets
我打开了文件:docs / index.html
控制台显示错误:
获取文件:/// F:/Extjs/breeze/react-widgets-2.6.1/docs/docs.js 净:: ERR_FILE_NOT_FOUND
我更改了这一行:
之前:
<script src="docs.js" type="text/javascript"></script>
之后:
<script src="components/docs.jsx" type="text/javascript"></script>
控制台显示错误:
未捕获的SyntaxError:意外的令牌{docs.jsx:3
我该怎么办?
答案 0 :(得分:0)
我做了以下事情:
git clone https://github.com/jquense/react-widgets
cd react-widgets
npm install
gulp dev-docs
然后在我的浏览器中http://localhost:8080/docs/index.htm#/
这对你有用吗?
欢呼声 奥利弗