summaryrefslogtreecommitdiffstats
path: root/settings/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'settings/README.md')
-rw-r--r--settings/README.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/settings/README.md b/settings/README.md
index 39c335ea7d8..6774ec1886c 100644
--- a/settings/README.md
+++ b/settings/README.md
@@ -1,18 +1,19 @@
-# settings
+# Settings section
-> A Vue.js project
+> Nextcloud settings with Vue
## Build Setup
``` bash
# install dependencies
-npm install
+make dev-setup
-# serve with hot reload at localhost:8080
-npm run dev
+# build for development
+make build-js
-# build for production with minification
-npm run build
-```
+# build for development and watch edits
+make watch-js
-For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
+# build for production with minification
+make build-js-production
+``` \ No newline at end of file