Skip to content
Snippets Groups Projects
user avatar
Subliminal Guy authored
Add Vue Toast Dependency
Add Sent to Function
Add Event Emitter in Form.vue
Add Button in Form.vue
f798a1c5
History
user avatar f798a1c5

RBB Reportage Bauchbinde

This web application lets the user view how their lower third animation would look like with their inputted information and then export the result to be used with Nexrender in order to generate the animation in Adobe After Effects. In order to get started, you will need to have Node JS installed on you computer as well as npm. You can download & install both packages hier: https://nodejs.org/en/download/package-manager.

Once that is all set up, you just have to navigate to the project folder and run the command "npm ci". This will install all of the required packages to run the app and save the to a package-lock.json file in the project folder.

Afterwards, you can run "npm run dev" in order to generate a local host from which you can view the web app in your browser.

For deployment, the command is "npm run build", but please consult the official vue documentation here: https://cli.vuejs.org/guide/deployment.html

When pushing changes to the repository, make sure to never add the node_modules folder!