-
Notifications
You must be signed in to change notification settings - Fork 3
Description
hi。
$ git clone https://github.com/briteming/iib iib-by-briteming
$ cd iib-by-briteming
$ yarn
/iib-by-briteming (master)$ node build/build.js/vue-ga/dist/vue-ga.esm.js:30,0][static/js/ve
显示:
...
ERROR in static/js/vendor.94901980225ce0f44782.js from UglifyJs
Unexpected token: operator (>) [./
ndor.94901980225ce0f44782.js:37682,16]
Build complete.
Tip: built files are meant to be served over an HTTP server.
Opening index.html over file:// won't work.
~/iib-by-briteming (master)$ ls
Dockerfile build/ dist/ node_modules/ server/ src/ yarn.lock
README.md config/ index.html package.json server.js static/
~/iib-by-briteming (master)$ cd dist
~/iib-by-briteming/dist (master)$ ls
favicon.ico index.html static/
~/iib-by-briteming/dist (master)$ python3 -m http.server 2134
在浏览器里访问127.0.0.1:2134 ,我的博客不显示任何帖子.如图:
为什么呢?感觉是你的程序好像根本没去fetch github issues?
我确实提交了一个issue: https://github.com/briteming/issues/1
谢谢回复!