Initialize a Vue 3 project

This commit is contained in:
Nettika 2026-01-28 22:34:23 -08:00
parent c2f8e74c2f
commit c688bf1cda
No known key found for this signature in database
15 changed files with 1217 additions and 1 deletions

29
.gitignore vendored
View file

@ -1 +1,30 @@
# Nix/Direnv
/.direnv/
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Dependencies
node_modules
# Build output
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?