panasweb / pricebin

Compare and submit prices of common products, visualize your past expenses and save money!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PriceBin

Vue/TypeScript app made to help make students and other budget-constrained people's lives easier.

GitHub top language Lines of code

Correr el proyecto (desarrollo):

yarn serve

Importante: En el proyecto de la REST API debe de estar corriendo en la máquina local (puerto 3010). Se corre con npm run devstart.

Si no tienes yarn instalado:

npm install --global yarn

Instalar dependencias

yarn install

Compilar para Producción

yarn build

Lints / fixes

yarn lint

...

Configuration Reference.

Variables de Entorno

VUE_APP__API_URL='http://localhost:3010'

About

Compare and submit prices of common products, visualize your past expenses and save money!


Languages

Language:Vue 65.7%Language:TypeScript 30.8%Language:CSS 1.8%Language:HTML 1.3%Language:JavaScript 0.2%