# vue-terminal **Repository Path**: ruinb0w/vue-terminal ## Basic Information - **Project Name**: vue-terminal - **Description**: a web terminal emulator for vue. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-02 - **Last Updated**: 2022-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-terminal > based on socket.io-client, xterm and xterm-addon-fit. ## preview ![vue-terminal.gif](https://s2.loli.net/2022/06/02/4pqnHmoIxSO5LAB.gif) ## usage ### install ```bash npm i @ruinb0w/vue-terminal ``` ### start import style ```js // src/main.js import "@ruinb0w/vue-terminal/css/style.css"; ``` global install ```js // src/main.js import { createApp } from "vue"; import App from "./App.vue"; import "@ruinb0w/vue-terminal/style.css"; import VueTerminal "@ruinb0w/vue-terminal"; createApp(App).use(VueTerminal).mount("#app"); ``` local install ```js import {VueTerminal} "@ruinb0w/vue-terminal"; export default{ components: {VueTerminal} } ``` ## Licence just enjoy.