Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipevilar/budget_frontend
Budget System made with VueJS with login where you can register products, brands, categories and users and, from there, create quotes and print them. To access the system use username: root and password: root
https://github.com/felipevilar/budget_frontend
Last synced: 6 days ago
JSON representation
Budget System made with VueJS with login where you can register products, brands, categories and users and, from there, create quotes and print them. To access the system use username: root and password: root
- Host: GitHub
- URL: https://github.com/felipevilar/budget_frontend
- Owner: felipevilar
- Created: 2021-04-01T19:23:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T23:29:07.000Z (over 3 years ago)
- Last Synced: 2024-11-23T18:28:30.472Z (2 months ago)
- Language: JavaScript
- Homepage: https://frontend-budget.herokuapp.com/
- Size: 30.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sistema
## About
Budget System made with VueJS with login where you can register products, brands, categories and users and, from there, create quotes and print them. To access the system use username: root and password: root
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).