2
0
NGPixel 97bcc56c65 fix: various fixes + profile editing block 2 жил өмнө
..
.vscode 3a57145e3d refactor: initial import from v3 prototype 3 жил өмнө
public a6041b4ba5 feat: editor reason for change + nav fixes 2 жил өмнө
src 97bcc56c65 fix: various fixes + profile editing block 2 жил өмнө
.editorconfig 3a57145e3d refactor: initial import from v3 prototype 3 жил өмнө
.eslintignore 3a57145e3d refactor: initial import from v3 prototype 3 жил өмнө
.eslintrc.js 0eee0519ed feat: insert asset in editor 2 жил өмнө
.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 3 жил өмнө
jsconfig.json 24ddab73fc feat: scheduler history + retries + admin scheduler page (wip) 2 жил өмнө
package-lock.json 0eee0519ed feat: insert asset in editor 2 жил өмнө
package.json 0eee0519ed feat: insert asset in editor 2 жил өмнө
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype 3 жил өмнө
quasar.config.js 0eee0519ed feat: insert asset in editor 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.