Hi, I am a newbie in the Nextcloud community and I want to develop a simple app for it, so I want to develop its front-end using Vue.js but I cannot find and complete or clear manual for working with VueJs and the Nextcloud.
I found this link in another question but I cannot run it because make dev-setup command do not work properly and raise this exception:
eslint-config-standard@“^14.1.1” from @nextcloud/eslint-config@2.2
Where can I find a good step-by-step tutorial and related questions about the the Nextcloud front-end issues?
It contains all the steps necessary to get up and running using the front end, from setting up the development to a more complex app using Vue.js front-end and a database on the example: 6 Developing a complete app with a navigation bar and database
Thank you for distributing this link. It is good for first step. But, now I want to add some fields to datatables and in interface - I cant understand, how can I do it, because I can’t fully clarify order of functions calls and modules calls in nextcloud API architecture.
I’ve seen a few threads looking for courses of Nextcloud development. Are there any?