This is a little project for upload video from a Nextcloud repository to Youtube
This is a Vue.js project
# install via NPM
npm install
Or
# install via Yarn
yarn install
Serve with hot reload at localhost:8080
# with NPM
npm start
Or
# with Yarn
yarn start
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.
For recreate stup class you must have follow:
- protobuf
- protoc
- Also you can see it: gRPC-web
- gRPC After installed it just go to source code folder an run it:
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