Go to file
John Molakvoæ (skjnldsv) 75f0d3c093
Vue cleanup and init
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-11 15:31:29 +02:00
.github Update issue_template.md 2017-04-18 13:00:31 +02:00
.tx Fix tx config 2018-02-12 22:56:08 +01:00
appinfo Vue cleanup and init 2018-07-11 15:31:29 +02:00
coverage Vue cleanup and init 2018-07-11 15:31:29 +02:00
img Fix sharee design layout and buttons 2017-02-18 19:12:45 +01:00
lib Vue cleanup and init 2018-07-11 15:31:29 +02:00
src Vue cleanup and init 2018-07-11 15:31:29 +02:00
templates Vue cleanup and init 2018-07-11 15:31:29 +02:00
tests Vue cleanup and init 2018-07-11 15:31:29 +02:00
.babelrc Vue cleanup and init 2018-07-11 15:31:29 +02:00
.editorconfig Vue cleanup and init 2018-07-11 15:31:29 +02:00
.eslintrc.js Vue cleanup and init 2018-07-11 15:31:29 +02:00
.gitignore Vue cleanup and init 2018-07-11 15:31:29 +02:00
.npmignore Vue cleanup and init 2018-07-11 15:31:29 +02:00
.prettierrc.js Vue cleanup and init 2018-07-11 15:31:29 +02:00
.stylelintrc Vue cleanup and init 2018-07-11 15:31:29 +02:00
COPYING Added agplv3 license file. 2016-10-20 20:49:25 +02:00
Makefile Vue cleanup and init 2018-07-11 15:31:29 +02:00
README.md Vue cleanup and init 2018-07-11 15:31:29 +02:00
package-lock.json Vue cleanup and init 2018-07-11 15:31:29 +02:00
package.json Vue cleanup and init 2018-07-11 15:31:29 +02:00
phpunit.integration.xml add common makefile, make it possible to run tests and build package without installing global libs, enhance travis build file to also run php tests, add dev docs 2016-03-27 14:53:29 +02:00
phpunit.xml add common makefile, make it possible to run tests and build package without installing global libs, enhance travis build file to also run php tests, add dev docs 2016-03-27 14:53:29 +02:00
webpack.common.js Vue cleanup and init 2018-07-11 15:31:29 +02:00
webpack.dev.js Vue cleanup and init 2018-07-11 15:31:29 +02:00
webpack.prod.js Vue cleanup and init 2018-07-11 15:31:29 +02:00

README.md

contacts

A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.

Build Setup

# set up and build for production
make

# install dependencies
make dev-setup

# build for dev and watch changes
make watch-js

# build for dev
make build-js

# build for production with minification
make build-js-production