vue-authentication-example
vue-authentication-example copied to clipboard
This repo aims to answer how to handle authentication in your vue app.
Nodejs version: `v18.17.1` Python version(might be unnecessary): `3.11.0` When trying to perform `npm install` or `npm install node-sass`, I have experienced the following error: ``` npm WARN EBADENGINE Unsupported engine...
Npm install doesn't work on windows npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm WARN...
Hi, thanks for the sample code. After authorization, when I refresh the `/account` page, I see that the page was not found. On the main page after updating the page,...