This is the Vue.JS-based sample application which runs with Luigi framework.
To run this application, follow these steps:
-
Install dependencies.
npm install
-
Start the example application.
npm run serve
-
Open it in your browser by going to http://localhost:8080/.
npm run build
The build compiles and minimizes the source files for production usage.
The build generates a dist
folder which you can serve using a web server.