Nicolas Giard 9b2e0f79d5 feat: admin rendering (wip) пре 2 година
..
.vscode 3a57145e3d refactor: initial import from v3 prototype пре 3 година
public 9b2e0f79d5 feat: admin rendering (wip) пре 2 година
src 9b2e0f79d5 feat: admin rendering (wip) пре 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 638383252c feat: native editing + admin editors (wip) пре 2 година
package.json 638383252c feat: native editing + admin editors (wip) пре 2 година
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype пре 3 година
quasar.config.js 638383252c feat: native editing + admin editors (wip) пре 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.