Nicolas Giard ce766ce3e9 feat: tree model improvements + site uploads config vor 2 Jahren
..
.vscode 3a57145e3d refactor: initial import from v3 prototype vor 3 Jahren
.yarn fd021a7999 fix: yarn 3 on ux project vor 3 Jahren
public ce766ce3e9 feat: tree model improvements + site uploads config vor 2 Jahren
src ce766ce3e9 feat: tree model improvements + site uploads config vor 2 Jahren
.editorconfig 3a57145e3d refactor: initial import from v3 prototype vor 3 Jahren
.eslintignore 3a57145e3d refactor: initial import from v3 prototype vor 3 Jahren
.eslintrc.js d9dbd0f62f feat: login screen UI + server code cleanup vor 3 Jahren
.gitignore fd021a7999 fix: yarn 3 on ux project vor 3 Jahren
.yarnrc.yml 8cbdc88ac6 feat: page edit + setup instructions vor 2 Jahren
README.md 3a57145e3d refactor: initial import from v3 prototype vor 3 Jahren
apollo.config.js 3a57145e3d refactor: initial import from v3 prototype vor 3 Jahren
index.html 9a4ac686ca feat: upload site favicon vor 3 Jahren
jsconfig.json 24ddab73fc feat: scheduler history + retries + admin scheduler page (wip) vor 2 Jahren
package.json bfbb64a749 feat: file manager improvements + admin user edit fixes vor 2 Jahren
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype vor 3 Jahren
quasar.config.js c9504ed6f4 feat: profile (avatar, auth and groups) pages + various fixes vor 2 Jahren
yarn.lock bfbb64a749 feat: file manager improvements + admin user edit fixes vor 2 Jahren

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.