Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andres15alvarez/universitybank
Bank for students of UCLA. This project is for educational purpose only.
https://github.com/andres15alvarez/universitybank
fintech typescript vue vuetify
Last synced: 20 days ago
JSON representation
Bank for students of UCLA. This project is for educational purpose only.
- Host: GitHub
- URL: https://github.com/andres15alvarez/universitybank
- Owner: andres15alvarez
- Created: 2024-02-08T13:02:55.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-07T11:36:30.000Z (9 months ago)
- Last Synced: 2024-11-16T20:12:12.468Z (3 months ago)
- Topics: fintech, typescript, vue, vuetify
- Language: Vue
- Homepage: https://universitybank.netlify.app/
- Size: 1.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# University Bank
![University Bank logo](https://universitybank.sirv.com/images/logo-no-background.png)
[![Netlify Status](https://api.netlify.com/api/v1/badges/1bf17f15-70a6-4f6f-91d4-3dc363c56ed8/deploy-status)](https://app.netlify.com/sites/universitybank/deploys)
![Github Actions Status](https://github.com/andres15alvarez/universitybank/actions/workflows/main.yml/badge.svg)
[![codecov](https://codecov.io/gh/andres15alvarez/universitybank/graph/badge.svg?token=T3B30DDZ3J)](https://codecov.io/gh/andres15alvarez/universitybank)## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Type-Check, Compile and Minify for Production
```sh
npm run build
```### Format with [Prettier](https://prettier.io/)
```sh
npm run format
```### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
npm run test
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```