Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/renset/gout-diet

Vue powered gout diet table with purine and uric acid levels - currently in the early development stage
https://github.com/renset/gout-diet

diet food gout

Last synced: 18 days ago
JSON representation

Vue powered gout diet table with purine and uric acid levels - currently in the early development stage

Awesome Lists containing this project

README

        

# Purines Content Table

People with gout and hyperuricemia should control the level of purines in the food to prevent gout attacks and other complications. Even for people without gout and hyperuricemia, the daily recommended limit is 400 mg of purines. The aim of the project is to provide people convenient way to control their diet.

Screenshot of Purines Content Table

https://gout-table.com

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).