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

https://github.com/constraintautomaton/ubeat-glo3102


https://github.com/constraintautomaton/ubeat-glo3102

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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 `Album.vue`, `Artist.vue`, `Home.vue` et `Navigation.vue`. Ajoutez votre HTML dans la balise `` et votre CSS dans la balise `` de chacun des components.

## 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`.