Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.