简体中文 | English | 繁體中文 | 日本語 | Русский
JLCEDA & EasyEDA Pro Extension API Development Kit
Note
For more information on the development of EasyEDA Pro Extension, please visit: https://prodocs.easyeda.com/en/api/guide/
This development tool set contains all the environments and tools for developing the EasyEDA Pro Edition extension package, and has built-in recommended rules for ESLint.
-
Clone the pro-api-sdk project repository to your local computer
git clone --depth=1 https://github.com/easyeda/pro-api-sdk.git
-
Initializing the development environment (installing dependencies)
npm install
-
Make your changes ...
- Rename the folder to your project name
- Refer to the Development Guide to modify the
name,displayName,description, andpublisherfields inextension.json - Write your code using the Extension API Reference
-
Compile the extension package
npm run build
-
Install the extension package generated under
./build/dist/in EasyEDA Pro Edition
This development tool uses the Apache License 2.0 open source license agreement. You can only use the 嘉立创EDA and EasyEDA trademark information for the function description part and open source release title part of the extension package developed based on this tool.