diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-04-24 09:40:05 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-05-16 09:50:22 +0200 |
commit | f4cec587d972b751a5a3cea44e11804e100ff329 (patch) | |
tree | e9e5ccd991c6397244f1f9d371ee6b1d9a29c85d /settings/README.md | |
parent | f0586b2eb15651e358b6ebf47b230bc7965dde35 (diff) | |
download | nextcloud-server-f4cec587d972b751a5a3cea44e11804e100ff329.tar.gz nextcloud-server-f4cec587d972b751a5a3cea44e11804e100ff329.zip |
Bump makefile, readme, fix typo and cleanup
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/README.md')
-rw-r--r-- | settings/README.md | 19 |
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 |