diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 0000000..cb3c27c --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,10 @@ +/** @type {import('tailwindcss').Config} */ +module.exports = { + darkModen: "class", + content: [], + theme: { + extend: {}, + }, + plugins: [], +} + diff --git a/vue.config.js b/vue.config.js new file mode 100644 index 0000000..262a90d --- /dev/null +++ b/vue.config.js @@ -0,0 +1,8 @@ +const { defineConfig } = require('@vue/cli-service') +module.exports = defineConfig({ + transpileDependencies: true +}) + +module.exports = { + publicPath: '' +}