Go to file
nikurasu 8937cd9ea4
feat(home): Fetch data from api
Tried out how to fetch data from my REST API
2023-12-01 13:51:46 +01:00
.vscode Initial Commit :3 2023-11-19 19:26:08 +01:00
public Initial Commit :3 2023-11-19 19:26:08 +01:00
src feat(home): Fetch data from api 2023-12-01 13:51:46 +01:00
.env.development FEATURE: Data fetching VUE 2023-11-26 21:47:43 +01:00
.gitignore Initial Commit :3 2023-11-19 19:26:08 +01:00
README.md Initial Commit :3 2023-11-19 19:26:08 +01:00
index.html Initial Commit :3 2023-11-19 19:26:08 +01:00
jsconfig.json FEATURE: Basic Project setup with vue router 2023-11-25 17:21:11 +01:00
package-lock.json FEATURE: Trying things out in Vue 2023-11-26 20:59:59 +01:00
package.json FEATURE: Trying things out in Vue 2023-11-26 20:59:59 +01:00
vite.config.js Initial Commit :3 2023-11-19 19:26:08 +01:00

README.md

Vue 3 + Vite

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