@tunnel/vue
v0.0.1
Published
Tunnel gives developers a better way to share their work with others. With Tunnel, you and your team can collaborate and give product feedback throughout the entire product lifecycle.
Downloads
5
Readme
Tunnel Vue.js SDK
Tunnel gives developers a better way to share their work with others. With Tunnel, you and your team can collaborate and give product feedback throughout the entire product lifecycle.
@tunnel/vue
exports a Vue.js component that makes it easy to add Tunnel's collaboration and review tools to any React application.
Getting Started
Installation
npm install @tunnel/vue
Usage
import { TunnelToolbar } from "@tunnel/vue";
export default function App() {
return (
<>
<h1>My App</h1>
{process.env.APP_ENV === "staging" && (
<TunnelToolbar projectId="YOUR_PROJECT_ID" />
)}
</>
);
}
For more information and examples, visit our Documentation.
Support
Get in touch with us by:
- Joining our official Discord server.