Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ziyadbouazara/yelp-clone
Social Media to share, review and browse restaurants
https://github.com/ziyadbouazara/yelp-clone
Last synced: 6 days ago
JSON representation
Social Media to share, review and browse restaurants
- Host: GitHub
- URL: https://github.com/ziyadbouazara/yelp-clone
- Owner: ZiyadBouazara
- Created: 2024-05-02T18:32:40.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-02T18:40:02.000Z (7 months ago)
- Last Synced: 2024-05-03T05:04:46.306Z (7 months ago)
- Language: Vue
- Size: 7.05 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Images
# vue-starter
Kit de départ préconfiguré utilisant [vue-cli](https://cli.vuejs.org/), [ESLint](https://eslint.org/) avec [Prettier](https://prettier.io/) et [Jest](https://jestjs.io/).
## Prérequis
- Git [Windows](http://www.git-scm.com/book/en/Getting-Started-Installing-Git#Installing-on-Windows), [Mac](http://www.git-scm.com/book/en/Getting-Started-Installing-Git#Installing-on-Mac), [Linux](http://www.git-scm.com/book/en/Getting-Started-Installing-Git#Installing-on-Linux)
- [Node.js](https://nodejs.org/en/) (version LTS recommandée)Vérifier que Node est installé avec la commande:
```bash
node -v
```Vérifier que Node est installé avec la commande:
```bash
npm -v
```## Installation
```bash
# install dependencies
npm install
```## Développement
```bash
# serve with hot reload at localhost:8080
npm run serve
```## Livrable 1
Faites vos modifications aux fichiers `Home.vue`, `Navigation.vue`, `Restaurant.vue` et `User.vue`. Ajoutez votre HTML dans la balise `` et votre CSS dans la balise `` de chacun des components. Vous pouvez également modifier la structure de fichiers si vous désirez.
## Livrable 2-3
Libre à vous de modifier la structure des fichiers.
## Notes
### ESLint
ESLint est configuré afin de respecter un certain standard de code à travers votre équipe. Il est basé sur la configuration de Prettier. qui rassemble les règles de base populaires. Libre à vous de modifier cette configuration via `.eslintrc.js`.