Go to file
John Molakvoæ (skjnldsv) 8a2209aee3
Fix webpack compiled changes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-12-05 15:05:50 +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 webpack compiled changes 2019-12-05 15:05:50 +01:00
l10n Add l10n folder 2019-12-04 10:31:44 +01:00
lib UI 2019-12-04 11:50:33 +01:00
src route adjustments 2019-12-05 11:44:07 +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
.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!