Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhisheknaiidu/bongs
App for some of the best Restuarants of Jabalpur,India. This App is being internationized in 2 languages i.e English and Arabic.
https://github.com/abhisheknaiidu/bongs
i18n restuarant vue vue-i18n
Last synced: about 23 hours ago
JSON representation
App for some of the best Restuarants of Jabalpur,India. This App is being internationized in 2 languages i.e English and Arabic.
- Host: GitHub
- URL: https://github.com/abhisheknaiidu/bongs
- Owner: abhisheknaiidu
- License: mit
- Created: 2020-03-16T17:37:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T02:51:58.000Z (over 1 year ago)
- Last Synced: 2024-04-15T05:05:27.820Z (7 months ago)
- Topics: i18n, restuarant, vue, vue-i18n
- Language: JavaScript
- Homepage:
- Size: 5.88 MB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## RESTUARANTS OF JABALPUR (Internationalized)
App for some of the best Restuarants of Jabalpur,India. This App is being internationalized in 2 languages i.e English and Arabic. This will look this :)
## SCREENSHOTS :
```diff
+ ENGLISH HOME PAGE :```
![Screenshot](en.png)```diff
+ ARABIC HOME PAGE :```
![Screenshot](ar.png)## GETTING STARTED
Run the following commands in order to have the code up and running on your machine:
``` bash
# installs dependencies
$ npm install# Builds and serves assets with hot-reload
$ 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/)