Nicolas Giard b4769b9ac6 feat: File Manager improvements + system flags 2 tahun lalu
..
.vscode 3a57145e3d refactor: initial import from v3 prototype 3 tahun lalu
.yarn fd021a7999 fix: yarn 3 on ux project 3 tahun lalu
public b4769b9ac6 feat: File Manager improvements + system flags 2 tahun lalu
src b4769b9ac6 feat: File Manager improvements + system flags 2 tahun lalu
.editorconfig 3a57145e3d refactor: initial import from v3 prototype 3 tahun lalu
.eslintignore 3a57145e3d refactor: initial import from v3 prototype 3 tahun lalu
.eslintrc.js d9dbd0f62f feat: login screen UI + server code cleanup 3 tahun lalu
.gitignore fd021a7999 fix: yarn 3 on ux project 3 tahun lalu
.yarnrc.yml 8cbdc88ac6 feat: page edit + setup instructions 2 tahun lalu
README.md 3a57145e3d refactor: initial import from v3 prototype 3 tahun lalu
apollo.config.js 3a57145e3d refactor: initial import from v3 prototype 3 tahun lalu
index.html 9a4ac686ca feat: upload site favicon 3 tahun lalu
jsconfig.json 24ddab73fc feat: scheduler history + retries + admin scheduler page (wip) 2 tahun lalu
package.json 2a051637a6 feat: file manager folders 2 tahun lalu
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype 3 tahun lalu
quasar.config.js c9504ed6f4 feat: profile (avatar, auth and groups) pages + various fixes 2 tahun lalu
yarn.lock 2a051637a6 feat: file manager folders 2 tahun lalu

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.