NGPixel d2a18eca3c feat: welcome overlay + editor improvements 2 роки тому
..
.vscode 3a57145e3d refactor: initial import from v3 prototype 3 роки тому
public 9fb9f53d53 feat: table editor (wip) + markdown editor improvements 2 роки тому
src d2a18eca3c feat: welcome overlay + editor improvements 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 d2a18eca3c feat: welcome overlay + editor improvements 2 роки тому
package.json d2a18eca3c feat: welcome overlay + editor improvements 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.