/dynamic-screen

Digital Signage solution developed with Vue.

Primary LanguageVueApache License 2.0Apache-2.0

Dynamic Screen

Web Digital Signage solution developed with Vue based on modules and very configurable.

Project setup

Before starting to use or develop, make sure you have all the packages installed by running the command below.

npm install

Development

To deploy the application locally to develop, run the command below.

npm run serve

This command will compile everything necessary and make the application available at a localhost port.

To check how to and which files to change when developing, check the guide at Development and Configuration of Screens.

Build for production

To deploy the application to production, you can run the build script below.

npm run build

This will compile the application to the dist folder.

Depending on how and where you use the application, you may have to change the references to files in index from /file-location to ./file-location

Development and Configuration of Screens

TODO