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: 2 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-07T11:36:30.000Z (about 1 year ago)
- Last Synced: 2025-01-17T13:29:31.642Z (4 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

[](https://app.netlify.com/sites/universitybank/deploys)

[](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
```