Nextcloud Social App
 
 
 
 
 
 
Go to file
Jan-Christoph Borchardt a6b018947a
Add initial setup instructions
2018-08-26 12:20:55 +02:00
appinfo Vue example app 2018-08-26 11:35:53 +02:00
img Vue example app 2018-08-26 11:35:53 +02:00
lib/Controller Vue example app 2018-08-26 11:35:53 +02:00
src Vue example app 2018-08-26 11:35:53 +02:00
templates Vue example app 2018-08-26 11:35:53 +02:00
.eslintrc.js Vue example app 2018-08-26 11:35:53 +02:00
.travis.yml Vue example app 2018-08-26 11:35:53 +02:00
COPYING Vue example app 2018-08-26 11:35:53 +02:00
Makefile Vue example app 2018-08-26 11:35:53 +02:00
README.md Add initial setup instructions 2018-08-26 12:20:55 +02:00
package-lock.json Vue example app 2018-08-26 11:35:53 +02:00
package.json Vue example app 2018-08-26 11:35:53 +02:00
webpack.common.js Vue example app 2018-08-26 11:35:53 +02:00
webpack.dev.js Vue example app 2018-08-26 11:35:53 +02:00
webpack.prod.js Vue example app 2018-08-26 11:35:53 +02: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