Using IDE PlugIn
With this guide, you can use the EdgeOne Pages deployment plugin to quickly build inside the IDE and deploy to the EdgeOne Pages 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 Pages with one click.
Getting Started
1. Search for "EdgeOne Pages" in the VSCode plug-in marketplace and install it.
2. Open your front-end project in VSCode.
3. Click the Pages icon in the sidebar.
4. Click Run Build to build your front-end project.
5. Click Publish Project to deploy the project to Pages.
Framework Compatibility
This extension can automatically detect mainstream front-end frameworks and handle the build process accordingly. Regardless of whether you use a modern JavaScript framework, static site generator, or traditional Web project, Pages can adapt to your project structure and build requirements.
Environment Requirements
VSCode 1.90.0 or later.
Node.js, used for local project building.
Pages API Token, making it easy to deploy directly to the Pages platform after building. The method for obtaining the token can be found in the API Token document.
