-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
中文上手文档 #7
Comments
安装不上 不知道是什么原因 win7系统 cmd 提示
fatal: Could not read from remote repository. Please make sure you have the correct access rights |
是不是版本不对 我的是 spm3 |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
安装
进入一个 spm 模块目录
比如 arale-calendar:
安装依赖,开启服务
访问对应文件
http://127.0.0.1:8000/arale-calendar/1.1.1/index.js
这个文件是映射到源文件 index.js 的,可以直接修改和调试。
绑定 host 并强制开启 80 端口
然后访问 http://assets.example.com/arale-calendar/1.1.1/index.js ,这样就可以把开发或生产环境的文件代理到本地源码(基于 CommonJS 规范书写)了。
The text was updated successfully, but these errors were encountered: