-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
58 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: Build | ||
|
||
on: | ||
push: | ||
branches: [main] | ||
pull_request: | ||
branches: [main] | ||
# 允许手动触发工作流 | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
strategy: | ||
matrix: | ||
node-version: [18.x] | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
cache: 'npm' | ||
|
||
- name: Install dependencies | ||
run: npm ci | ||
|
||
- name: Build | ||
run: npm run build | ||
|
||
- name: Upload artifacts | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: dist | ||
path: build/dist | ||
retention-days: 7 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,22 @@ | ||
[简体中文](#) | [English](./README.en.md) | [繁體中文](./README.zh-Hant.md) | [日本語](./README.ja.md) | [Русский](./README.ru.md) | ||
# LCEDA_Assisted_Computing_Plugin | ||
|
||
# pro-api-sdk | ||
嘉立创EDA 辅助计算插件 | ||
|
||
嘉立创EDA & EasyEDA 专业版扩展 API 开发工具 | ||
##  | ||
|
||
<a href="https://github.com/easyeda/pro-api-sdk" style="vertical-align: inherit;" target="_blank"><img src="https://img.shields.io/github/stars/easyeda/pro-api-sdk" alt="GitHub Repo Stars" class="not-medium-zoom-image" style="display: inline; vertical-align: inherit;" /></a> <a href="https://github.com/easyeda/pro-api-sdk/issues" style="vertical-align: inherit;" target="_blank"><img src="https://img.shields.io/github/issues/easyeda/pro-api-sdk" alt="GitHub Issues" class="not-medium-zoom-image" style="display: inline; vertical-align: inherit;" /></a> <a href="https://github.com/easyeda/pro-api-sdk" style="vertical-align: inherit;" target="_blank"><img src="https://img.shields.io/github/repo-size/easyeda/pro-api-sdk" alt="GitHub Repo Size" class="not-medium-zoom-image" style="display: inline; vertical-align: inherit;" /></a> <a href="https://choosealicense.com/licenses/apache-2.0/" style="vertical-align: inherit;" target="_blank"><img src="https://img.shields.io/github/license/easyeda/pro-api-sdk" alt="GitHub License" class="not-medium-zoom-image" style="display: inline; vertical-align: inherit;" /></a> <a href="https://www.npmjs.com/package/@jlceda/pro-api-types" style="vertical-align: inherit;" target="_blank"><img src="https://img.shields.io/npm/v/%40jlceda%2Fpro-api-types?label=pro-api-types" alt="NPM Version" class="not-medium-zoom-image" style="display: inline; vertical-align: inherit;" /></a> <a href="https://www.npmjs.com/package/@jlceda/pro-api-types" style="vertical-align: inherit;" target="_blank"><img src="https://img.shields.io/npm/d18m/%40jlceda%2Fpro-api-types" alt="NPM Downloads" class="not-medium-zoom-image" style="display: inline; vertical-align: inherit;" /></a> | ||
--- | ||
|
||
> [!NOTE] | ||
> | ||
> 详细开发文档请访问:[https://prodocs.lceda.cn/cn/api/guide/](https://prodocs.lceda.cn/cn/api/guide/) | ||
 | ||
 | ||
[](https://github.com/xiaowine/LCEDA_Assisted_Computing_Plugin/releases/latest) | ||
[](https://github.com/xiaowine/LCEDA_Assisted_Computing_Plugin/LICENSE) | ||
[](https://github.com/xiaowine/LCEDA_Assisted_Computing_Plugin/stargazers) | ||
[](https://github.com/xiaowine/LCEDA_Assisted_Computing_Plugin/network/members) | ||
 | ||
[](https://github.com/xiaowine/LCEDA_Assisted_Computing_Plugin/search?l=koltin) | ||
[](https://actions-badge.atrox.dev/xiaowine/LCEDA_Assisted_Computing_Plugin/goto?ref=main) | ||
 | ||
|
||
## 进入开发 | ||
## Star History | ||
|
||
本开发工具组包含了用于开发 [嘉立创EDA专业版](https://pro.lceda.cn/) 扩展包的所有环境和工具,并内置了 Prettier 和 ESLint 的推荐规则。 | ||
|
||
1. 克隆 [pro-api-sdk](https://github.com/easyeda/pro-api-sdk) 项目仓库到本地 | ||
|
||
Gitee: | ||
|
||
```shell | ||
git clone --depth=1 https://gitee.com/jlceda/pro-api-sdk.git | ||
``` | ||
|
||
GitHub: | ||
|
||
```shell | ||
git clone --depth=1 https://github.com/easyeda/pro-api-sdk.git | ||
``` | ||
|
||
2. 初始化开发环境(安装依赖) | ||
|
||
```shell | ||
npm install | ||
``` | ||
|
||
3. 进行些许变更 ... | ||
|
||
4. 编译扩展包 | ||
|
||
```shell | ||
npm run build | ||
``` | ||
|
||
5. 在 嘉立创EDA专业版 中安装生成在 `./build/dist/` 下的扩展包 | ||
|
||
## 开源许可 | ||
|
||
<a href="https://choosealicense.com/licenses/apache-2.0/" style="vertical-align: inherit;" target="_blank"><img src="https://img.shields.io/github/license/easyeda/pro-api-sdk" alt="GitHub License" class="not-medium-zoom-image" style="display: inline; vertical-align: inherit;" /></a> | ||
|
||
本开发工具组使用 [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/) 开源许可协议,你仅可以将 **嘉立创EDA**、**EasyEDA** 商标信息用于依托于本工具组开发的扩展包的 **功能描述部分** 和 **开源发布的标题部分**。 | ||
[](https://star-history.com/#xiaowine/LCEDA_Assisted_Computing_Plugin&Timeline) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.