https://github.com/coopcodecommun/audioguidageqrcode
application cordova + vue + audio guidage par qrcode
https://github.com/coopcodecommun/audioguidageqrcode
Last synced: 16 days ago
JSON representation
application cordova + vue + audio guidage par qrcode
- Host: GitHub
- URL: https://github.com/coopcodecommun/audioguidageqrcode
- Owner: CoopCodeCommun
- License: mit
- Created: 2022-08-08T13:26:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T05:58:10.000Z (over 3 years ago)
- Last Synced: 2024-04-18T09:25:50.314Z (about 2 years ago)
- Language: Java
- Size: 233 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Projet Audio guidage par qrcode:
## Instalation :
### Installez les dépendances NPM
- A la racine
```
npm i
```
- dans "front"
```
npm i
```
### Build pour le web
```
npm run build
```
### Build pour application mobile
```
cordova build android
cordova run android
```
### Debug sur navigateur
Entrez l'adresse suivante dans chromium :
chrome://inspect/#devices
## Contact :
[contact@tibillet.re](contact@tibillet.re)
## Licence

Les œuvres audiovisuelles (Titres musicaux, photos, textes) contenus dans ce dépot sont mis à disposition selon les termes de
la Licence Creative Commons Attribution - Pas
d’Utilisation Commerciale 4.0 International.
Le code de l’application mobile est publié ici même sur github sous licence MIT :
[https://github.com/TiBillet/AudioGuidageQrCode/LICENCE](https://github.com/TiBillet/AudioGuidageQrCode/LICENCE).
Les conditions générales d'utilisations sont disponibles sur ce dépot :
[https://github.com/TiBillet/AudioGuidageQrCode/blob/main/CGUCGV.md](https://github.com/TiBillet/AudioGuidageQrCode/blob/main/CGUCGV.md)