EasyResume初始化错误

如果你看到这个页面,证明页面初始化失败了,这很可能是由于你直接在本地打开简历的缘故。EasyResume需要用HTTP的方法访问才能初始化。若你已经安装了python, 可以尝试:

python -m SimpleHTTPServer

来启动HTTP服务,然后浏览器中输入http://localhost:8000去查看resume.html

EasyResume initiailized error

If you can see this, EasyResume is not working right. This is probably because you're viewing this on your file system instead of a web server. If you have installed python, try running

python -m SimpleHTTPServer

and going to http://localhost:8000 then check resume.html