NGPixel 281ffd23f7 feat: improve toggle selection under cursor in markdown editor 2 years ago
..
.vscode 3a57145e3d refactor: initial import from v3 prototype 3 years ago
public a6041b4ba5 feat: editor reason for change + nav fixes 2 years ago
src 281ffd23f7 feat: improve toggle selection under cursor in markdown editor 2 years ago
.editorconfig 3a57145e3d refactor: initial import from v3 prototype 3 years ago
.eslintignore 3a57145e3d refactor: initial import from v3 prototype 3 years ago
.eslintrc.js 0eee0519ed feat: insert asset in editor 2 years ago
.gitignore fd021a7999 fix: yarn 3 on ux project 3 years ago
.npmrc 638383252c feat: native editing + admin editors (wip) 2 years ago
README.md 3a57145e3d refactor: initial import from v3 prototype 3 years ago
apollo.config.js 3a57145e3d refactor: initial import from v3 prototype 3 years ago
index.html 9a4ac686ca feat: upload site favicon 3 years ago
jsconfig.json 24ddab73fc feat: scheduler history + retries + admin scheduler page (wip) 3 years ago
package-lock.json 9e875794cd feat: markdown editor with monaco (wip) 2 years ago
package.json 9e875794cd feat: markdown editor with monaco (wip) 2 years ago
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype 3 years ago
quasar.config.js 9e875794cd feat: markdown editor with monaco (wip) 2 years ago

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.