Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c75c332223e9a37e9b4677d3caae4de5acf44fb (plain)
1
2
3
4
5
6
7
# Vue example app for Nextcloud

1. ☁ Clone this into your `apps` folder of your Nextcloud
2. 👩‍💻 In a terminal, run the command `make dev-setup` to install the dependencies
3. 🏗 Then to build the Javascript whenever you make changes, run `make build-js`
4. ✅ Enable the app through the app management of your Nextcloud
5. 🎉 Partytime!