Using IDE PlugIn
By following the guidelines in this section, you can use the EdgeOne Makers deployment plugin to quickly build within your IDE and deploy to the EdgeOne Makers platform with one click.
Note:
The IDE currently supports CodeBuddy, VSCode, and Cursor, with more platforms to be supported in the future. The following content uses VSCode as an example.

Feature Overview
Intelligent detection - Automatically identify the front-end framework of a project.
One-click build - View build details via the IDE-integrated terminal.
Easy deployment - Deploy to Makers with one click.
Getting Started
1. Search for "EdgeOne Makers" in the VSCode extension marketplace and install it.
2. Open your front-end project in VSCode.
3. Click the Makers icon in the sidebar.
4. Click Run Build to build your frontend project.
5. Click Publish Project to deploy the project to Makers.
Framework Compatibility
This extension can automatically detect mainstream frontend frameworks and handle the build process accordingly. Whether you use a modern JavaScript framework, a static site generator, or a traditional Web project, Makers can adapt to your project structure and build requirements.
Environment Requirements
VSCode 1.90.0 or later.
Node.js, used for local project building.
An API Token is required to deploy directly to the Makers platform after building. For details on how to obtain the token, refer to the API Token document.
