* use vue router * use pinia * use tailwindcss * use vite * transform /api/login and /api/login/callback into JSON APIs * add Access-Control-Allow-Credentials header * add TODO about JSON errors
5 lines
61 B
Vue
5 lines
61 B
Vue
<template>
|
|
<div>home</div>
|
|
</template>
|
|
|
|
<script></script> |