stagewise是一个web开发的ai插件,为duxapp使用这个插件的模块。
A powerful AI development plugin integration for DuxApp that brings advanced AI assistance directly to your development workflow. This module integrates Stagewise - an innovative tool that allows AI assistants like Cursor, GitHub Copilot, and Windsurf to interact with your browser and provide contextual development assistance.
Stagewise is a revolutionary development tool that bridges the gap between AI assistants and your web applications. It enables:
Agent | Status |
---|---|
Cursor | ✅ |
GitHub Copilot | ✅ |
Windsurf | ✅ |
Cline | ✅ |
Roo Code | ✅ |
First, install the Stagewise extension in your code editor:
# Install from VS Code Marketplace
# Extension ID: stagewise.stagewise-vscode-extension
Or visit: Stagewise VS Code Extension
Add the stagewise module to your DuxApp project:
# Using yarn with duxapp
yarn duxapp app add stagewise
To add Stagewise to your own module/project, you'll need to add the "stagewise" dependency in your module's app.json file. Here's how to do it:
{
"dependencies": [
"duxapp",
"stagewise"
]
}
Once you've configured the stagewise dependency in your module, you can run your application with the integrated Stagewise toolbar:
# Run your module with stagewise integration
yarn dev:h5 --app <your-module>
Replace <your-module>
with the actual name of your module. After running this command, your application will launch with the Stagewise toolbar enabled, allowing you to interact with AI assistants directly from your running application.
This module integrates with Stagewise, which is licensed under AGPLv3. Please review the license terms for commercial usage.
Built with ❤️ for the DuxApp community