This template should help get you started developing with Vue 3 in Vite.
VSCode + Volar (and disable Vetur).
See Vite Configuration Reference.
npm installnpm run devnpm run build-
public/
- components/
- language-switcher.component.vue
- toolbar-conent.component.vue
- pages/
- home.component.vue
- page-not-found.component.vue
- components/
-
server/
- db.json
- start.sh
-
src/
- locales/
- en.json
- es.json
- plot-management/
- components/
- model/
- inspection.entity.js
- plot.entity.js
- pages/
- inspection-registration-page.component.vue
- services/
- inspection.services.js
- plots.services.js
- locales/
-
router/
- index.js
-
shared/
- http.instance.js
-
App.vue
-
i18n.js
-
main.js
-
style.css
-
.env.development
-
.env.production
author: Renato Guillermo Calvo Yalan
- I am a software engineering student and I like learning new things. I am interested in artificial intelligence and cybersecurity.
- I am 21 years old and I am in my 5th semester of the software engineering program.
- This project is a web frontend application developed for Tend (https://www.tend.com/), a company that aims to transform urban agriculture by providing local producers with advanced digital tools for monitoring and managing their crops efficiently.
- The platform facilitates real-time data collection and inspection registration to help farmers and technicians make better crop management decisions.
Built using Vue 3 with Vite, the application utilizes PrimeVue for UI components following Material Design principles, PrimeFlex for layout utilities, and Vue Router for navigation. Axios is used to communicate with a simulated backend powered by json-server.