Go to file
Roeland Jago Douma 5157ab8315
All .l10nignore
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-05 20:49:44 +01:00
.tx This is photos 2019-11-04 18:54:03 +01:00
appinfo Fix webpack compiled changes 2019-12-05 15:05:50 +01:00
css Tags 2019-11-13 08:45:29 +01:00
img Tags 2019-11-13 08:45:29 +01:00
js Fix client load requirement for sidebar 2019-12-05 16:44:41 +01:00
l10n Add l10n folder 2019-12-04 10:31:44 +01:00
lib Fix client load requirement for sidebar 2019-12-05 16:44:41 +01:00
src Fix client load requirement for sidebar 2019-12-05 16:44:41 +01:00
templates Added navigation, albums, init tags 2019-11-07 19:45:14 +01:00
.drone.yml Add base webpack testing 2019-12-01 09:37:54 +01:00
.eslintrc.js This is photos 2019-11-04 18:54:03 +01:00
.gitattributes Create .gitattributes 2019-12-05 12:12:36 +01:00
.gitignore Add compiled assets 2019-12-05 12:14:48 +01:00
.l10nignore All .l10nignore 2019-12-05 20:49:44 +01:00
.npmignore This is photos 2019-11-04 18:54:03 +01:00
.stylelintrc.js This is photos 2019-11-04 18:54:03 +01:00
COPYING This is photos 2019-11-04 18:54:03 +01:00
Makefile Fix webpack compiled changes 2019-12-05 15:05:50 +01:00
README.md This is photos 2019-11-04 18:54:03 +01:00
babel.config.js This is photos 2019-11-04 18:54:03 +01:00
package-lock.json Fix webpack compiled changes 2019-12-05 15:05:50 +01:00
package.json Fix webpack compiled changes 2019-12-05 15:05:50 +01:00
postcss.config.js This is photos 2019-11-04 18:54:03 +01:00
webpack.common.js Fix webpack compiled changes 2019-12-05 15:05:50 +01:00
webpack.dev.js This is photos 2019-11-04 18:54:03 +01:00
webpack.prod.js This is photos 2019-11-04 18:54:03 +01:00

README.md

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!