demo-int-table/front
Kseninia Mikhaylova bc46210cb7 docker 2024-04-26 17:16:12 +03:00
..
.vscode 1st front 2024-04-26 14:13:30 +03:00
public vue base 2024-04-26 16:21:50 +03:00
src docker 2024-04-26 17:16:12 +03:00
.env.development vue base 2024-04-26 16:21:50 +03:00
.gitignore vue base 2024-04-26 16:21:50 +03:00
Dockerfile docker 2024-04-26 17:16:12 +03:00
README.md vue base 2024-04-26 16:21:50 +03:00
index.html vue base 2024-04-26 16:21:50 +03:00
package-lock.json base vue 3d 2024-04-26 16:49:48 +03:00
package.json base vue 3d 2024-04-26 16:49:48 +03:00
tsconfig.json vue base 2024-04-26 16:21:50 +03:00
tsconfig.node.json vue base 2024-04-26 16:21:50 +03:00
vite.config.ts vue base 2024-04-26 16:21:50 +03:00

README.md

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.