NGPixel 3a57145e3d refactor: initial import from v3 prototype 3 lat temu
..
.vscode 3a57145e3d refactor: initial import from v3 prototype 3 lat temu
public 3a57145e3d refactor: initial import from v3 prototype 3 lat temu
src 3a57145e3d refactor: initial import from v3 prototype 3 lat temu
.editorconfig 3a57145e3d refactor: initial import from v3 prototype 3 lat temu
.eslintignore 3a57145e3d refactor: initial import from v3 prototype 3 lat temu
.eslintrc.js 3a57145e3d refactor: initial import from v3 prototype 3 lat temu
.gitignore 3a57145e3d refactor: initial import from v3 prototype 3 lat temu
README.md 3a57145e3d refactor: initial import from v3 prototype 3 lat temu
apollo.config.js 3a57145e3d refactor: initial import from v3 prototype 3 lat temu
index.html 3a57145e3d refactor: initial import from v3 prototype 3 lat temu
jsconfig.json 3a57145e3d refactor: initial import from v3 prototype 3 lat temu
package.json 3a57145e3d refactor: initial import from v3 prototype 3 lat temu
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype 3 lat temu
quasar.config.js 3a57145e3d refactor: initial import from v3 prototype 3 lat temu
yarn.lock 3a57145e3d refactor: initial import from v3 prototype 3 lat temu

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.