Merge pull request #1 from jancborchardt/patch-1

Add initial setup instructions
pull/2/head
John Molakvoæ 2018-08-28 13:21:32 +02:00 zatwierdzone przez GitHub
commit 6e70e23cfd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 7 dodań i 0 usunięć

7
README.md 100644
Wyświetl plik

@ -0,0 +1,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!