You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2021/01/22 01:00:07 UTC

[airavata-django-portal] branch develop updated: Adding recommended tools for frontend dev

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/develop by this push:
     new 7962747  Adding recommended tools for frontend dev
7962747 is described below

commit 7962747d9bfa748255aeda5154ee608aad7a5412
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Jan 21 19:59:53 2021 -0500

    Adding recommended tools for frontend dev
---
 docs/dev/developing_frontend.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/dev/developing_frontend.md b/docs/dev/developing_frontend.md
index 1fe293b..41913c1 100644
--- a/docs/dev/developing_frontend.md
+++ b/docs/dev/developing_frontend.md
@@ -163,3 +163,9 @@ Run `prettier --write .` with the following:
 ```
 yarn format
 ```
+
+## Recommended tools
+
+-   <https://github.com/vuejs/vue-devtools> - debugging/inspection in Firefox
+    or Chrome
+-   <https://vuejs.github.io/vetur/> - Vue tooling for Visual Studio Code