mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 07:19:26 +00:00
Removed scss styling in favor of Tailwind, more base styling added
Background images added and styled. Also added a font family to the index.html: anaheim from bunnyfonts.
This commit is contained in:
parent
d2d9aca35c
commit
617660c18b
9 changed files with 1031 additions and 64 deletions
|
|
@ -3,21 +3,16 @@ import { fileURLToPath, URL } from 'node:url'
|
|||
import { defineConfig } from 'vite'
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
import vueDevTools from 'vite-plugin-vue-devtools'
|
||||
import tailwindcss from '@tailwindcss/vite'
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [vue(), vueDevTools()],
|
||||
plugins: [vue(), vueDevTools(), tailwindcss()],
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': fileURLToPath(new URL('./src', import.meta.url)),
|
||||
},
|
||||
},
|
||||
// server: {
|
||||
// port: 6969,
|
||||
// hmr: {
|
||||
// host: 'localhost',
|
||||
// },
|
||||
// },
|
||||
base: '/',
|
||||
publicDir: '../public',
|
||||
build: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue