0.0.0-alpha.0 • Published 9 months ago

@cybex-webdev/vue-transmorpher-upload v0.0.0-alpha.0

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Vue Transmorpher Upload

Development

Prerequisites:

  • Transmorpher Media Server
  • Maminator Server (with disabled authentication)
  • seeded the Maminator Server with test data
  • made a user for the Maminator Server on the Transmorpher Server and entered credentials in the .env file

To start the docker container:

docker compose up -d

Enter the container:

docker compose exec app bash

To get started, install the dependencies.

npm install

Start the development server:

npm run dev

Testing in another project

To use this package in another vue project while in development, you install it in the app project. This has to be done for every change in the package.

npm run build

# In app project
npm install ../path/to/package
0.0.0-alpha.0

9 months ago