Go to file
Jonas Heinrich 2c23bda6b8 rewrite init
2020-10-12 17:29:36 +02:00
appinfo rewrite init 2020-10-12 17:29:36 +02:00
css rewrite init 2020-10-12 17:29:36 +02:00
img rewrite init 2020-10-12 17:29:36 +02:00
lib/Controller rewrite init 2020-10-12 17:29:36 +02:00
src rewrite init 2020-10-12 17:29:36 +02:00
templates rewrite init 2020-10-12 17:29:36 +02:00
.editorconfig rewrite init 2020-10-12 17:29:36 +02:00
.eslintrc.js rewrite init 2020-10-12 17:29:36 +02:00
.gitignore rewrite init 2020-10-12 17:29:36 +02:00
.npmignore rewrite init 2020-10-12 17:29:36 +02:00
babel.config.js rewrite init 2020-10-12 17:29:36 +02:00
composer.json rewrite init 2020-10-12 17:29:36 +02:00
COPYING rewrite init 2020-10-12 17:29:36 +02:00
Makefile rewrite init 2020-10-12 17:29:36 +02:00
package-lock.json rewrite init 2020-10-12 17:29:36 +02:00
package.json rewrite init 2020-10-12 17:29:36 +02:00
README.md rewrite init 2020-10-12 17:29:36 +02:00
stylelint.config.js rewrite init 2020-10-12 17:29:36 +02:00
webpack.js rewrite init 2020-10-12 17:29:36 +02:00

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!