ReCast is a multi platform restreaming tool, you can stream with one servers to multiple services
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
R4SAS 8bf12146b7 move theme sources outside public, add recast:daemon, disable nginx access logging 5 years ago
..
build move theme sources outside public, add recast:daemon, disable nginx access logging 5 years ago
config move theme sources outside public, add recast:daemon, disable nginx access logging 5 years ago
src move theme sources outside public, add recast:daemon, disable nginx access logging 5 years ago
static move theme sources outside public, add recast:daemon, disable nginx access logging 5 years ago
.babelrc move theme sources outside public, add recast:daemon, disable nginx access logging 5 years ago
.editorconfig move theme sources outside public, add recast:daemon, disable nginx access logging 5 years ago
.eslintignore move theme sources outside public, add recast:daemon, disable nginx access logging 5 years ago
.eslintrc.js move theme sources outside public, add recast:daemon, disable nginx access logging 5 years ago
.gitignore move theme sources outside public, add recast:daemon, disable nginx access logging 5 years ago
.postcssrc.js move theme sources outside public, add recast:daemon, disable nginx access logging 5 years ago
LICENSE move theme sources outside public, add recast:daemon, disable nginx access logging 5 years ago
README.md move theme sources outside public, add recast:daemon, disable nginx access logging 5 years ago
index.html move theme sources outside public, add recast:daemon, disable nginx access logging 5 years ago
package-lock.json move theme sources outside public, add recast:daemon, disable nginx access logging 5 years ago
package.json move theme sources outside public, add recast:daemon, disable nginx access logging 5 years ago
yarn.lock move theme sources outside public, add recast:daemon, disable nginx access logging 5 years ago

README.md

Vue Light Bootstrap Dashboard version license

Admin dashboard based on light bootstrap dashboard UI template + vue-router

This project is a vue version of Light bootstrap dashboard designed for vue js. The dashboard includes Bootstrap 4, vue-router, chartist, google-maps and several other plugins/components.

Check the Live Demo here.

๐Ÿš€ Getting started

Vue Light Bootstrap Dashboard is built on top of Bootstrap 4, Vuejs and Vue-router. To get started do the following steps:

  1. Download the project
  2. Make sure you have node.js (https://nodejs.org/en/) installed
  3. Type npm install in the source folder where package.json is located
  4. Type npm run dev to start the development server

The repo uses vue-cli scaffolding which takes care of the development setup with webpack and all the necessary modern tools to make web development faster and easier.

Documentation

โ˜๏ธ Build Setup

install dependencies

npm install

serve with hot reload at localhost:8000

npm run dev

build for production with minification

npm run build

run unit tests

npm run unit

run and watch unit tests

npm run unit:watch

๐Ÿ“‹ Contribution guide

  • npm install or yarn install
  • Please don't use jQuery or jQuery based plugins since there are many pure Vue alternatives

For detailed explanation on how things work, checkout the guide and docs for vue-loader.