console: switch to Vue.JS + Tailwind CSS + Headless UI for the frontend

This commit is contained in:
Vincent Bernat
2022-04-03 22:49:24 +02:00
parent cb541fd6e9
commit ce7fce32ba
42 changed files with 1502 additions and 489 deletions

View File

@@ -0,0 +1,13 @@
module.exports = {
content: [
'./index.html',
'./src/**/*.{vue,js,ts,jsx,tsx}',
],
darkMode: 'class',
theme: {
extend: {},
},
plugins: [
require('@tailwindcss/typography'),
],
}