Difference between revisions of "ART developers vue"
(Created page with "More info on vue: https://vuetifyjs.com/en/getting-started/quick-start/") |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| + | =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/ | ||
| + | |||
| + | ==Vue installation for user== | ||
| + | For users that want to install their own ART-DECOR instance: | ||
| + | * [[Install node-js]] | ||
| + | * For front-end installation follow the README.md https://bitbucket.org/art-decor/art-decor | ||
| + | |||
| + | ==Vue installation for developers== | ||
| + | * [[Install node-js]] | ||
| + | * For front-end installation follow the README.md https://bitbucket.org/art-decor/art-decor | ||
| + | ** For Linux users the documentation is at: [[Install vue linux]] | ||
| + | * 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
Contents
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:
- Install node-js
- For front-end installation follow the README.md https://bitbucket.org/art-decor/art-decor
Vue installation for developers
- Install node-js
- For front-end installation follow the README.md https://bitbucket.org/art-decor/art-decor
- For Linux users the documentation is at: Install vue linux
- 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.