Difference between revisions of "ART developers vue"

 
Line 1: Line 1:
=Vue background information=
+
=Vue=
 +
==Vue background information==
 
More info on vue: https://vuetifyjs.com/en/getting-started/quick-start/
 
More info on vue: https://vuetifyjs.com/en/getting-started/quick-start/
  
=Installation for user=
+
==Vue installation for user==
* exist-db database 5.x
+
For users that want to install their own ART-DECOR instance:
* vue:  
+
* [[Install node-js]]
** Install node-js
+
* For front-end installation follow the README.md https://bitbucket.org/art-decor/art-decor
** For front-end installation follow the README.md https://bitbucket.org/art-decor/art-decor
 
  
=Installation for developers=
+
==Vue installation for developers==
* eXist-db database 5.x
+
* [[Install node-js]]
* vue:
+
* For front-end installation follow the README.md https://bitbucket.org/art-decor/art-decor
** Install node-js
+
** For Linux users the documentation is at: [[Install vue linux]]
** For front-end installation follow the README.md https://bitbucket.org/art-decor/art-decor
 
 
* Visual studio code, free version. Install node-js separate because the version that comes with Visual studio is older
 
* Visual studio code, free version. Install node-js separate because the version that comes with Visual studio is older
 +
 +
==Vue debugging==
 +
https://vuejs.org/v2/cookbook/debugging-in-vscode.html
 +
 +
Chrome
 +
* Chrome DevTools: what requests are being sent to the back-end. Shows queries/responses.
 +
* extension: Vue Devtools and other debugging information.

Latest revision as of 12:39, 21 May 2021

Vue

Vue background information

More info on vue: https://vuetifyjs.com/en/getting-started/quick-start/

Vue installation for user

For users that want to install their own ART-DECOR instance:

Vue installation for developers

Vue debugging

https://vuejs.org/v2/cookbook/debugging-in-vscode.html

Chrome

  • Chrome DevTools: what requests are being sent to the back-end. Shows queries/responses.
  • extension: Vue Devtools and other debugging information.