From b75603f3113a8881c37adf7323f031bdca0192bc Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Mon, 22 Jun 2020 21:15:50 +0200 Subject: [PATCH] docs: create tool guideline Signed-off-by: Corentin Thomasset --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 5a46e7f0..7fab5b33 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,29 @@ npm run lint ## Contribute **Pull requests are welcome !** Feel free to contribute. +### Add a tool +To add a tool you just have to create a vue component in [src/routes/tools](./src/routes/tools), example: +```vue + + + + + +``` + +Then, update the file [router.js](./src/router.js) specifying info of the component. +Use [fontawesome 5](https://fontawesome.com/icons?d=gallery&m=free) for icons. + ## Credits Coded with ❤️ by [Corentin Thomasset](//corentin-thomasset.fr).