浏览代码

Update README.

/main
Yuncong Zhang 6 年前
当前提交
a62d8188
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12
      README.md

12
README.md


3. **Refine Code Style Rules**: Edit the ".editorconfig" file under \<YourProjectPath\>/Packages/com.unity.uiwidgets/". Visit
https://www.jetbrains.com/help/rider/EditorConfig_Index.html for the detailed.
#### Generate njk Code
1. **Go to scripts Folder and Run npm install**:
```
cd <YourProjectPath>/Packages/com.unity.uiwidgets/scripts
npm install
```
2. **Run the codegen Command**:
```
node uiwidgets-cli.js codegen . generate mixin code
```
正在加载...
取消
保存