👴 Old like hell portfolio made like a terminal emulator inside browser
  • Vue 96.3%
  • TypeScript 2.5%
  • SCSS 0.7%
  • HTML 0.5%
Find a file
2024-04-09 21:31:04 +03:00
.vscode feat(init): Initialze a repo 2024-04-08 21:30:27 +03:00
public feat(favicon): add favicon 2024-04-09 21:31:04 +03:00
src feat(favicon): add favicon 2024-04-09 21:31:04 +03:00
.eslintrc.cjs feat(init): Initialze a repo 2024-04-08 21:30:27 +03:00
.example.env feat(sleep): add sleep command 2024-04-08 23:26:21 +03:00
.gitignore feat(sleep): add sleep command 2024-04-08 23:26:21 +03:00
index.html feat(favicon): add favicon 2024-04-09 21:31:04 +03:00
package.json feat(init): Initialze a repo 2024-04-08 21:30:27 +03:00
pnpm-lock.yaml feat(init): Initialze a repo 2024-04-08 21:30:27 +03:00
README.md feat(init): Initialze a repo 2024-04-08 21:30:27 +03:00
tsconfig.json feat(init): Initialze a repo 2024-04-08 21:30:27 +03:00
tsconfig.node.json feat(init): Initialze a repo 2024-04-08 21:30:27 +03:00
vite.config.ts feat(init): Initialze a repo 2024-04-08 21:30:27 +03:00

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

  • VS Code + Vue - Official (previously Volar) and disable Vetur

  • Use vue-tsc for performing the same type checking from the command line, or for generating d.ts files for SFCs.