# guac-vue **Repository Path**: itcloudy/guac-vue ## Basic Information - **Project Name**: guac-vue - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-31 - **Last Updated**: 2024-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # guac-vue This is a simple implementation of a Vue client to our [custom Guacamole Client in Go](https://github.com/wwt/guac). This implementation passes passwords over in plaintext. It's not recommended running this way in production. This is for demoing purposes only. ## demo ![Demo](/demo.gif?raw=true "Demo") ## usage - Build and run guacd and the Go guac client with the instructions [here](https://github.com/wwt/guac) - Install node & npm - Run `npm i` to install dependencies - Run `npm run serve` to start the server