Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nabim777/momo-restro-list
https://github.com/nabim777/momo-restro-list
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nabim777/momo-restro-list
- Owner: nabim777
- License: gpl-3.0
- Created: 2023-11-06T09:08:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-07T07:25:28.000Z (25 days ago)
- Last Synced: 2024-12-07T08:20:20.905Z (25 days ago)
- Language: Vue
- Size: 822 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).