Skip to content
Snippets Groups Projects
Commit 44a742d3 authored by Louis-Olivier Brassard's avatar Louis-Olivier Brassard
Browse files

Update README.md

parent b556c488
No related branches found
No related tags found
No related merge requests found
# Example Vue 2 Single Page App (vuex + vue-router) # Anthologie Palatine Client
### [Live demo - skyronic.github.io/vue-spa/](https://skyronic.github.io/vue-spa/) Client 100% statique (html-css-javascript) pour interagir avec l'API de l'Anthologie Palatine.
* Built on the `webpack` starter in `vue-cli` [Démo](http://pop.anthologiegrecque.org/)
* Check branch `vue-1` for an install with Vuejs 1.0 and related ecosystem.
_Documentation en route!_
## Développement
### Prérequis
Ce projet nécessite [Node.js](https://nodejs.org/fr/) `>=v8.0.0` et son compagnon `npm`.
```bash
npm install # installer les outils node.js
```
### Contribuer
```bash
npm run start # lance un serveur de développement avec hot-reload sur http://localhost:8080
```
## Production
```bash
npm run build # fichiers statiques optimisés/compressés/etc. dans dossier `dist/`
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment