Skip to content
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

在微信小程序 IDE 中直接开发 Rax 小程序 #222

Open
ChrisCindy opened this issue Sep 22, 2021 · 0 comments
Open

在微信小程序 IDE 中直接开发 Rax 小程序 #222

ChrisCindy opened this issue Sep 22, 2021 · 0 comments

Comments

@ChrisCindy
Copy link
Contributor

目前,Rax 小程序项目推荐用户使用 VS Code 等编辑器打开项目,通过终端执行 npm run start/build 将代码编译到产物文件夹(微信端是 build/wechat-miniprogram),然后使用微信 IDE 打开该文件夹进行预览。如果需要直接使用微信 IDE 进行开发,需要按照以下步骤操作:

  1. 新建 Rax 小程序项目,并通过微信 IDE 打开;
  2. 在项目根目录下新建 project.config.json (可能微信 IDE 在打开项目后会自动创建),在其中添加以下内容用于指定小程序目录:
{
  "miniprogramRoot": "build/wechat-miniprogram"
}
  1. 打开终端进入项目根目录(系统自带或者微信 IDE 中新建终端),安装依赖并启动代码编译:
$ npm install
$ npm run start
  1. 用户可编辑 src 目录下的源码进行开发,同时可实时在 IDE 中预览小程序。
@imsobear imsobear changed the title Rax 小程序支持微信 IDE 直接开发 在微信小程序 IDE 中直接开发 Rax 小程序 Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant