flask-vue-spa icon indicating copy to clipboard operation
flask-vue-spa copied to clipboard

Vue.js SPA served over Flask microframework

Results 7 flask-vue-spa issues
Sort by recently updated
recently updated
newest added
trafficstars

in frontend/src/components/Home.vue `http://localhost:5000/api/random` and run.py @app.route('/api/random') the route looks like can not run report a bug : Access to XMLHttpRequest at 'http://localhost:5000/api/random' from origin 'http://localhost:8080' has been blocked by CORS...

Ubuntu 20.04.3 LTS, npm version 7.24.0, node version v14.17.6, Python 3.8.10 I'm new to the npm/node/vue universe, any pointers on how to remedy these `npm install` warnings would be appreciated:...

Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 3.0.3 to 3.0.9. Release notes Sourced from flask-cors's releases. Release 3.0.9 Security Escape path before evaluating resource rules (thanks @​praetorian-colby-morgan). Prior to this, flask-cors incorrectly evaluated CORS...

dependencies
python

我用的是ubuntu18.04LS,`flask run`的时候抛出一个错误 ```python3 Traceback (most recent call last): File "/usr/local/bin/flask", line 7, in from flask.cli import main File "/home/steiner/.local/lib/python3.6/site-packages/flask/__init__.py", line 21, in from .app import Flask File "/home/steiner/.local/lib/python3.6/site-packages/flask/app.py", line 69,...

Following the README, folks will get errors. Here is a fix for requests.txt ``` click==6.7 Flask==1.0.0 Flask-Cors==3.0.3 itsdangerous==0.24 Jinja2>=2.10.1 MarkupSafe==1.0 six==1.11.0 Werkzeug==0.15.0 requests ```

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.12.2 to 0.15.3. Release notes *Sourced from [werkzeug's releases](https://github.com/pallets/werkzeug/releases).* > ## 0.15.3 > * Blog: https://palletsprojects.com/blog/werkzeug-0-15-3-released/ > * Changes: https://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-3 > > > ## 0.15.2 > *...

dependencies
python