Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>pull/8824/head
parent
f0586b2eb1
commit
f4cec587d9
@ -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 |
||||
``` |
||||
@ -1,11 +0,0 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8"> |
||||
<title>settings</title> |
||||
</head> |
||||
<body> |
||||
<div id="app"></div> |
||||
<script src="/dist/build.js"></script> |
||||
</body> |
||||
</html> |
||||
File diff suppressed because one or more lines are too long
@ -1,24 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* @copyright Copyright (c) 2018 John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> |
||||
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> |
||||
* |
||||
* |
||||
* @license AGPL-3.0 |
||||
* |
||||
* This code is free software: you can redistribute it and/or modify |
||||
* it under the terms of the GNU Affero General Public License, version 3, |
||||
* as published by the Free Software Foundation. |
||||
* |
||||
* This program is distributed in the hope that it will be useful, |
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
* GNU Affero General Public License for more details. |
||||
* |
||||
* You should have received a copy of the GNU Affero General Public License, version 3, |
||||
* along with this program. If not, see <http://www.gnu.org/licenses/> |
||||
* |
||||
*/ |
||||
|
||||
$tmpl = new OC_Template("settings", "settings", "user"); |
||||
$tmpl->printPage(); |
||||
Loading…
Reference in new issue