- Set up Vue 3 project with Vite - Added OGL-powered galaxy background component from Vue Bits - Implemented coming soon page with responsive design - Added proper attribution for MIT + Commons Clause licensed component - Configured project dependencies and build setup 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
No EOL
126 B
JavaScript
6 lines
No EOL
126 B
JavaScript
import { defineConfig } from 'vite'
|
|
import vue from '@vitejs/plugin-vue'
|
|
|
|
export default defineConfig({
|
|
plugins: [vue()],
|
|
}) |