Skip to content

Commit

Permalink
docs(readme): updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adufr committed Aug 30, 2020
1 parent e60caf6 commit 7c3f44e
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@ Le front de calendz est développé avec les frameworks et outils suivants* :

| Librairie | Version | Description |
| ---------------- | ------- | ----------------------------------------------------------------------------------------------------------------- |
| [Vue.js] | 2.6.10 | Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. |
| [vue-cli] | 3.1.3 | Standard Tooling for Vue.js Development. |
| [vue-router] | 3.0.6 | The official router for Vue.js |
| [vuex] | 3.1.1 | Centralized State Management for Vue.js. |
| [vee-validate] | 2.2.11 | Template Based Validation Framework for Vue.js |
| [Babel] | 7.4.5 | Babel is a compiler for writing next generation JavaScript. |
| [Node-sass] | 4.12.0 | Node.js bindings to libsass. |
| [Vue.js] | 2.6.12 | Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. |
| [vue-cli] | 3.12.1 | Standard Tooling for Vue.js Development. |
| [vue-router] | 3.4.3 | The official router for Vue.js |
| [vuex] | 3.5.1 | Centralized State Management for Vue.js. |
| [vee-validate] | 2.2.15 | Template Based Validation Framework for Vue.js |
| [Axios] | 0.20.0 | Promise based HTTP client for the browser and node.js |
| [Fullcalendar] | 4.4.2 | Full-sized drag & drop event calendar |
| [SweetAlert2] | 9.17.1 | A beautiful, responsive, highly customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes. |
| [Babel] | 7.9.6 | Babel is a compiler for writing next generation JavaScript. |
| [Node-sass] | 4.14.1 | Node.js bindings to libsass. |
| [Bootstrap] | 4.3.1 | The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web. |

**(Liste non exhaustive, uniquement les librairies principales sont présentées)*
Expand All @@ -38,7 +41,7 @@ Le front de calendz est développé avec les frameworks et outils suivants* :

### Pré-requis

* Installer Node 10.15.3
* Installer Node 12.18.3
* Créer un fichier `.env` à la source de ce repository contenant les valeurs suivantes (modifiables selon vos besoins)

NODE_ENV=development
Expand All @@ -57,6 +60,9 @@ Le front de calendz est développé avec les frameworks et outils suivants* :
[vue-router]: https://github.com/vuejs/vue-router
[vuex]: https://github.com/vuejs/vuex
[vee-validate]: https://github.com/baianat/vee-validate
[Axios]: https://github.com/axios/axios
[Fullcalendar]: https://github.com/fullcalendar/fullcalendar
[SweetAlert2]: https://github.com/sweetalert2/sweetalert2
[Babel]: https://github.com/babel/babel
[Node-sass]: https://github.com/sass/node-sass
[Bootstrap]: https://github.com/twbs/bootstrap

0 comments on commit 7c3f44e

Please sign in to comment.