Reputation: 3586
I'm using vuejs to create a complex website that will have user registration and login. I want to implement userfrosting framweork to manage users registration/login workflow but I'm not sure how to implement in in my existing vue project. I've read the documentation and I've successfully installed all the needed dependencies and I'm able to see the final directory. The problem is that it will rely on a custom index.php
file and I already have my vue template to use. At the moment I've created the userfrosting folder inside the src folder of my vue project. How I can make the two things working togheter?
Upvotes: 0
Views: 64