NGPixel e9e93eff42 refactor: convert to esm (wip) 2 лет назад
..
.vscode 3a57145e3d refactor: initial import from v3 prototype 3 лет назад
public a6041b4ba5 feat: editor reason for change + nav fixes 2 лет назад
src fc820eb1b6 feat: save editor render 2 лет назад
.editorconfig 3a57145e3d refactor: initial import from v3 prototype 3 лет назад
.eslintignore 3a57145e3d refactor: initial import from v3 prototype 3 лет назад
.eslintrc.js d9dbd0f62f feat: login screen UI + server code cleanup 3 лет назад
.gitignore fd021a7999 fix: yarn 3 on ux project 3 лет назад
.npmrc 638383252c feat: native editing + admin editors (wip) 2 лет назад
README.md 3a57145e3d refactor: initial import from v3 prototype 3 лет назад
apollo.config.js 3a57145e3d refactor: initial import from v3 prototype 3 лет назад
index.html 9a4ac686ca feat: upload site favicon 2 лет назад
jsconfig.json 24ddab73fc feat: scheduler history + retries + admin scheduler page (wip) 2 лет назад
package-lock.json e9e93eff42 refactor: convert to esm (wip) 2 лет назад
package.json e9e93eff42 refactor: convert to esm (wip) 2 лет назад
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype 3 лет назад
quasar.config.js d2a18eca3c feat: welcome overlay + editor improvements 2 лет назад

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.