This is a Vue single page application OAuth template example.
Server Side code can be found here: templ_server_auth
npm install
npm run dev
npm run build
- copy
dist/
topublic/
on server.
NOTE:
Website is built into dist/
. Copy contents of the dist/
folder to the public/
folder on the server, when it's ready for production.