Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 567 Bytes

README_vue.md

File metadata and controls

44 lines (35 loc) · 567 Bytes

OverView

Tool to create ETL process and view flow

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Customize configuration

See Configuration Reference.

Start flask app

cd app
$env:FLASK_APP = "appCore.py"
$env:FLASK_ENV = "development"
flask run