Skip to content

Latest commit

 

History

History

luigi-example-vue

Sample Luigi application written in Vue.JS

Overview

This is the Vue.JS-based sample application which runs with Luigi framework.

Development

To run this application, follow these steps:

  1. Install dependencies.

    npm install
  2. Start the example application.

    npm run serve
  3. Open it in your browser by going to http://localhost:8080/.

Build

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.