Dateien nach "/" hochladen
This commit is contained in:
parent
0c9281ced0
commit
535d5894bc
10
tailwind.config.js
Normal file
10
tailwind.config.js
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
/** @type {import('tailwindcss').Config} */
|
||||||
|
module.exports = {
|
||||||
|
darkModen: "class",
|
||||||
|
content: [],
|
||||||
|
theme: {
|
||||||
|
extend: {},
|
||||||
|
},
|
||||||
|
plugins: [],
|
||||||
|
}
|
||||||
|
|
8
vue.config.js
Normal file
8
vue.config.js
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
const { defineConfig } = require('@vue/cli-service')
|
||||||
|
module.exports = defineConfig({
|
||||||
|
transpileDependencies: true
|
||||||
|
})
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
publicPath: ''
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user