Go to file
John Molakvoæ 10592a66a6
Create .gitattributes
2019-12-05 12:12:36 +01:00
.tx This is photos 2019-11-04 18:54:03 +01:00
appinfo Fix path routes 2019-11-18 16:23:21 +01:00
css Tags 2019-11-13 08:45:29 +01:00
img Tags 2019-11-13 08:45:29 +01:00
l10n Add l10n folder 2019-12-04 10:31:44 +01:00
lib Proper mimes, initialstate and video loading placeholder 2019-11-18 16:09:46 +01:00
src Properly hide old list to force img cancellation on timeline/fav change 2019-11-28 11:50:08 +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 This is photos 2019-11-04 18:54:03 +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 This is photos 2019-11-04 18:54:03 +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 css-loader from 3.2.0 to 3.2.1 2019-12-03 02:37:26 +00:00
package.json Bump css-loader from 3.2.0 to 3.2.1 2019-12-03 02:37:26 +00:00
postcss.config.js This is photos 2019-11-04 18:54:03 +01:00
webpack.common.js Tags 2019-11-13 08:45:29 +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!