Nicolas Giard 7be5943c26 feat: scheduler + admin page 3 سال پیش
..
.vscode 3a57145e3d refactor: initial import from v3 prototype 3 سال پیش
.yarn fd021a7999 fix: yarn 3 on ux project 3 سال پیش
public 7be5943c26 feat: scheduler + admin page 3 سال پیش
src 7be5943c26 feat: scheduler + admin page 3 سال پیش
.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 سال پیش
.yarnrc.yml cd5e7545ee feat: add missing utilities admin + upgrade dependencies 3 سال پیش
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 6e303ac648 feat(admin): migrate groups dialogs to vue 3 composable 3 سال پیش
package.json 3ebbbc8b5e feat: admin terminal + legacy code cleanup 3 سال پیش
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype 3 سال پیش
quasar.config.js 55b0b00cee feat: update profile + user theme 3 سال پیش
yarn.lock 3ebbbc8b5e feat: admin terminal + legacy code cleanup 3 سال پیش

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.