This template should help get running this application.
pip install -r requirements.txt
flask run --port=5003 --debug
cd ./vue-project/
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint
This template should help get running this application.
pip install -r requirements.txt
flask run --port=5003 --debug
cd ./vue-project/
npm install
npm run dev
npm run build
npm run lint