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

https://github.com/one-bit-myanmar/sarrmal-web

frontend for sarrmal food recommender for diabiets
https://github.com/one-bit-myanmar/sarrmal-web

vuejs

Last synced: 4 months ago
JSON representation

frontend for sarrmal food recommender for diabiets

Awesome Lists containing this project

README

          

# sarrmal-app-web

## Clone the repo
```
git clone https://github.com/One-Bit-Myanmar/sarrmal-web.git
```

## Open project
```
cd sarrmal-web
cp .env.example .env
```

## Edit env
```
VUE_APP_API_BASE_URL=https://www.onebitmyanmar.site/api
```

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

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