NGPixel 07d274ca6c refactor: admin system info to vue3 comp api 3 vuotta sitten
..
.vscode 3a57145e3d refactor: initial import from v3 prototype 3 vuotta sitten
public 3a57145e3d refactor: initial import from v3 prototype 3 vuotta sitten
src 07d274ca6c refactor: admin system info to vue3 comp api 3 vuotta sitten
.editorconfig 3a57145e3d refactor: initial import from v3 prototype 3 vuotta sitten
.eslintignore 3a57145e3d refactor: initial import from v3 prototype 3 vuotta sitten
.eslintrc.js 3a57145e3d refactor: initial import from v3 prototype 3 vuotta sitten
.gitignore 3a57145e3d refactor: initial import from v3 prototype 3 vuotta sitten
README.md 3a57145e3d refactor: initial import from v3 prototype 3 vuotta sitten
apollo.config.js 3a57145e3d refactor: initial import from v3 prototype 3 vuotta sitten
index.html 3a57145e3d refactor: initial import from v3 prototype 3 vuotta sitten
jsconfig.json 3a57145e3d refactor: initial import from v3 prototype 3 vuotta sitten
package.json 7b060bec5f fix: db connection 3 vuotta sitten
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype 3 vuotta sitten
quasar.config.js 027b1614ff refactor: admin editors + flags page to comp api, server cleanup 3 vuotta sitten
yarn.lock 7b060bec5f fix: db connection 3 vuotta sitten

README.md

Wiki.js (ux)

The most powerful and extensible open source Wiki software

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.