Initial commit: Vue 3 coming soon page for Ariege.io with Vue Bits Galaxy background
- 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>
This commit is contained in:
commit
22e4c1bdc1
8 changed files with 1742 additions and 0 deletions
19
package.json
Normal file
19
package.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "ariege-coming-soon",
|
||||
"version": "1.0.0",
|
||||
"description": "Coming Soon page for Ariege.io",
|
||||
"main": "index.html",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"ogl": "^1.0.11",
|
||||
"vue": "^3.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^5.0.0",
|
||||
"vite": "^5.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue