/frontend-titulo

Frontend de sitio web, basado en Vue3 y NodeJS, para visualizar los resultados de Crowd Counting en el campus San Joaquín de la Universidad Técnica Federico Santa María

Primary LanguageVue

crowdcounting-lora

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

Instalar nvm

wget https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash  
chmod +x install.sh  
./install.sh

Instalar node

nvm install node

Instalar dependencias de proyecto

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build