/flask_vue_app

flask vue app

Primary LanguageVue

flask-vue-project

This template should help get running this application.

Project Setup

pip install -r requirements.txt
flask run --port=5003 --debug
cd ./vue-project/
npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint