flask-vue-demo Just my learning vue.js Setup the project. $ pipenv install # Make sure pipenv installed $ cd client && npm install Running the project. $ cd server && python app.py # Open in terminal 1 $ cd client && npm run dev # Open in terminal 2