-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,9 @@ | ||
# nuxt-janus-gateway | ||
# About This Repo | ||
Minimal Demo project for Nuxt.js + Janus Streaming Plugin Demo | ||
|
||
> My remarkable Nuxt.js project | ||
# Setup | ||
|
||
## Build Setup | ||
|
||
``` bash | ||
# install dependencies | ||
$ yarn install | ||
|
||
# serve with hot reload at localhost:3000 | ||
$ yarn dev | ||
|
||
# build for production and launch server | ||
$ yarn build | ||
$ yarn start | ||
|
||
# generate static project | ||
$ yarn generate | ||
``` | ||
|
||
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org). | ||
npm install | ||
set the server for janus (index.vue) | ||
fill the streaming in the janus straming mount point | ||
yarn nuxt dev |