Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamona-ui/video-conference-layout
Video conference layout with tailwindcss & vuejs jsx
https://github.com/kamona-ui/video-conference-layout
jsx layout tailwindcss template vitejs vuejs
Last synced: 9 days ago
JSON representation
Video conference layout with tailwindcss & vuejs jsx
- Host: GitHub
- URL: https://github.com/kamona-ui/video-conference-layout
- Owner: kamona-ui
- License: mit
- Created: 2022-02-20T23:06:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T01:16:25.000Z (over 2 years ago)
- Last Synced: 2024-07-31T19:36:14.252Z (3 months ago)
- Topics: jsx, layout, tailwindcss, template, vitejs, vuejs
- Language: JavaScript
- Homepage: https://kamona-ui.github.io/video-conference-layout/
- Size: 83 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Simple video conference layout
### [Live preview](https://kamona-ui.github.io/video-conference-layout/)
##### To get started:
```bash
# 1. Clone the repository:
git clone https://github.com/kamona-ui/video-conference-layout.gitcd video-conference-layout
# 2. Install the dependencies:
npm install # Using npm
# or
yarn # Using Yarn# 3. Start the development server:
npm run dev # Using npm
# or
yarn dev # Using Yarn
```