Getting Started
Concepts
Project
Help
Nuxt Integration
Automatic tunneling for your Nuxt Vue applications.
Quick Start
Beam automatically detects Nuxt projects. To start your dev server and tunnel simultaneously, run:
Terminal
npx beam dev
HMR & DevTools
Beam supports Nuxt's Hot Module Replacement (HMR) and DevTools out of the box. For the snappiest experience with HMR, we recommend using Fast Mode (P2P), as it has lower latency than Tor-routed modes.
Terminal
npx beam dev --mode=fast
Default Configuration
- Default Port3000
- Detection Commandnpm run dev
Support & Community
Report Issues
Found a bug or have a feature request?
Open an issue on our GitHub repository to get help from the team and community.
Open GitHub IssueDocumentation
Help us improve our guides.
This documentation is open source. Feel free to contribute updates or fixes.
Edit on GitHub