https://github.com/constraintautomaton/ubeat-glo3102
https://github.com/constraintautomaton/ubeat-glo3102
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/constraintautomaton/ubeat-glo3102
- Owner: constraintAutomaton
- Created: 2019-12-28T10:17:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T04:55:17.000Z (over 1 year ago)
- Last Synced: 2026-01-27T10:57:26.784Z (5 months ago)
- Language: Vue
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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`.