Go to file
John Molakvoæ (skjnldsv) e6a514b8db
Update config files names
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-10 11:37:51 +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
css Merge pull request #618 from nextcloud/vue-settings-addressbook-popovermenu 2018-09-07 14:25:49 +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 Key fix 2018-09-07 17:13:47 +02:00
templates Vue cleanup and init 2018-07-11 15:31:29 +02:00
tests Details properties update and addressbook template 2018-08-08 08:46:16 +02:00
.babelrc.js Update config files names 2018-09-10 11:37:51 +02:00
.editorconfig Vue cleanup and init 2018-07-11 15:31:29 +02:00
.eslintrc.js Config bump and update 2018-08-30 11:21:57 +02:00
.gitignore Gitignore fix 2018-09-04 16:36:10 +02:00
.npmignore Vue cleanup and init 2018-07-11 15:31:29 +02:00
.stylelintrc.js Update config files names 2018-09-10 11:37:51 +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 Update config files names 2018-09-10 11:37:51 +02:00
package.json Babel update 2018-09-10 11:23:51 +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 List fixes, first contact selection, details first shot and sorting implementation 2018-07-28 20:13:27 +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