Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dusansimic/receipts-archive-frontend
Frontend for Receipts Archive web app.
https://github.com/dusansimic/receipts-archive-frontend
Last synced: 6 days ago
JSON representation
Frontend for Receipts Archive web app.
- Host: GitHub
- URL: https://github.com/dusansimic/receipts-archive-frontend
- Owner: dusansimic
- License: mit
- Created: 2020-04-15T21:03:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T12:02:40.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T00:27:38.511Z (over 1 year ago)
- Language: Vue
- Size: 1.33 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Receipts Archive Frontend 📃
> Frontend for Receipts Archive written in Vue.js.
## Install dependencies
This project uses yarn for package management. It's not tested with npm!
```sh
yarn install
```## Start
Start the development server with the following command.
```sh
yarn serve
```I would recommend you to use this with this with a development environment I use.
[Here](https://gitlab.com/makerns/receipts-archive/development) you can find information on how to
set it up. You'll need to use Docker for this. You are not forced to use it but this will make
development environment similar to the deployment environment and it's easier to run it this way.## Run tests
```sh
yarn test
```The tests include linting which is done with [XO](https://github.com/xojs/xo) linter.
## Deployment 🚀
For deployment instructions you should check [this](https://gitlab.com/makerns/receipts-archive/deployment) out.
## Author
[Dušan Simić](https://github.com/dusansimic)
## 📝 License
Copyright © 2020 [Dušan Simić](https://github.com/dusansimic).
This project is [MIT](./LICENSE) licensed.