delphi.market/vue
ekzyis 4e343d49d0 implement login with vue
* 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
2023-11-07 09:06:35 +01:00
..
public implement login with vue 2023-11-07 09:06:35 +01:00
src implement login with vue 2023-11-07 09:06:35 +01:00
.browserslistrc Add vue frontend 2023-11-04 00:33:27 +01:00
.editorconfig Add vue frontend 2023-11-04 00:33:27 +01:00
.eslintrc.js Add vue frontend 2023-11-04 00:33:27 +01:00
.gitignore Add vue frontend 2023-11-04 00:33:27 +01:00
README.md Add vue frontend 2023-11-04 00:33:27 +01:00
babel.config.js Add vue frontend 2023-11-04 00:33:27 +01:00
index.html implement login with vue 2023-11-07 09:06:35 +01:00
jsconfig.json implement login with vue 2023-11-07 09:06:35 +01:00
package.json implement login with vue 2023-11-07 09:06:35 +01:00
postcss.config.js implement login with vue 2023-11-07 09:06:35 +01:00
tailwind.config.js implement login with vue 2023-11-07 09:06:35 +01:00
vite.config.js implement login with vue 2023-11-07 09:06:35 +01:00
vue.config.js Add vue frontend 2023-11-04 00:33:27 +01:00
yarn.lock implement login with vue 2023-11-07 09:06:35 +01:00

README.md

delphi.market

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.