Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nabim777/momo-restro-list


https://github.com/nabim777/momo-restro-list

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

## Sonar cloud
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nabim777_practice_vue&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=nabim777_practice_vue)

## CLA Assistant
[![CLA assistant](https://cla-assistant.io/readme/badge/nabim777/practice_vue)](https://cla-assistant.io/nabim777/practice_vue)

# restro-project

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

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

### for backend here uses json-server for API
```
npm install -g json-server
json-server db.json
```

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

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

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