lingthio / Flask-User

Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.
http://flask-user.readthedocs.io/
MIT License
1.06k stars 292 forks source link

Using flask-user with vue.js ? #307

Open estellederrien opened 4 years ago

estellederrien commented 4 years ago

Hello, Is there any way to use it with vue.js ? have you got a pattern ? How could I do , because currently, I'm using the template string backend version .

Can I use it without templates strings , using vue.js instead ?

thanks

Chaostheorie commented 4 years ago

This is not an issue with Flask User. For such questions consider using Stackoverflow or creating an issue in the Pallets/Flask repository

But here you go: https://testdriven.io/blog/developing-a-single-page-app-with-flask-and-vuejs/