Vue
1. Go to root folder
2. Install packages
npm install
3. In development
npm run serve
Access site at http://localhost:8080
4. In Production (using Flask server)
npm run build
Flask will access files from /dist folder
Access site at http://localhost:5000
Flask
1. Go to folder /api
2. Create Python virtual environment
virtualenv env
3. Install packages
pip install -r requirements.txt
4. Run virtual environment
runenv
5. Run Flask
Flask run
6. Go to localhost:5000
You will see the Vue index.html page
npm install
npm run serve
npm run build
npm run lint
See Configuration Reference. "# vue-flask"