Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electricduck/biscuits
🍪 Tasty web client for Monzo
https://github.com/electricduck/biscuits
monzo monzo-client vue
Last synced: 4 days ago
JSON representation
🍪 Tasty web client for Monzo
- Host: GitHub
- URL: https://github.com/electricduck/biscuits
- Owner: electricduck
- Created: 2020-07-18T04:20:55.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-06T11:51:53.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T06:14:11.471Z (6 days ago)
- Topics: monzo, monzo-client, vue
- Language: Vue
- Homepage:
- Size: 737 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# biscuits
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).