Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 637 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 637 Bytes

Time Series Maker

Simple Vue.js app where you can compose time series by combining different basic time series components. The settings can be exported and imported again later, or you can export the data as a CSV.

Demo

A demo of this application is hosted on GitHub Pages at: https://UniStuttgart-VISUS.github.io/time-series-maker/

Installation

# yarn
yarn

# npm
npm install

Compiles and hot-reloads for development

# yarn
yarn dev

# npm
npm run dev

Compiles and minifies for production

# yarn
yarn build

# npm
npm run build