Skip to content

erpcya/YouTube-Uploader-Client

Repository files navigation

YouTube Uploader Client

This is a little project for upload video from a Nextcloud repository to Youtube

This is a Vue.js project

Build Setup

Installing dependencies

# install via NPM
npm install

Or

# install via Yarn
yarn install

Executing server.

Serve with hot reload at localhost:8080

# with NPM
npm start

Or

# with Yarn
yarn start

Building

Build for production with minification

# with NPM
npm run build

Or

# with Yarn
yarn run build

For detailed explanation on how things work, consult the docs for vue-loader.

Recreate proto stup class

For recreate stup class you must have follow:

protoc protos/youtube-uploader.proto \
--js_out=import_style=commonjs:src/grpc \
--grpc-web_out=import_style=commonjs,mode=grpcwebtext:src/grpc

The result is generated on: src/grpc folder

About

Vue client for upload YouTube Video

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published