Go to file
Jan-Christoph Borchardt 3494a946ed
Update app icons and 'Your photos' icon
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-12-10 16:56:33 +07: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 Update app icons and 'Your photos' icon 2019-12-10 16:56:33 +07:00
img Update app icons and 'Your photos' icon 2019-12-10 16:56:33 +07:00
js Show navigation on empty folder too 2019-12-10 07:04:24 +00:00
l10n [tx-robot] updated from transifex 2019-12-09 02:46:31 +00:00
lib Fix client load requirement for sidebar 2019-12-05 16:44:41 +01:00
src Update app icons and 'Your photos' icon 2019-12-10 16:56:33 +07: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 Bump eslint-plugin-import from 2.18.2 to 2.19.1 2019-12-10 06:46:08 +00:00
package.json Bump eslint-plugin-import from 2.18.2 to 2.19.1 2019-12-10 06:46:08 +00: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!