NGPixel 123b0e15d4 ci: fix Dockerfile + quasar build context há 2 anos atrás
..
.vscode 3a57145e3d refactor: initial import from v3 prototype há 3 anos atrás
public 102c23ec1e feat: locale system groundwork + various improvements há 2 anos atrás
src 1522b26997 feat: admin language switcher há 2 anos atrás
.editorconfig 3a57145e3d refactor: initial import from v3 prototype há 3 anos atrás
.eslintignore 3a57145e3d refactor: initial import from v3 prototype há 3 anos atrás
.eslintrc.js 0eee0519ed feat: insert asset in editor há 2 anos atrás
.gitignore fd021a7999 fix: yarn 3 on ux project há 3 anos atrás
.npmrc 638383252c feat: native editing + admin editors (wip) há 2 anos atrás
README.md 3a57145e3d refactor: initial import from v3 prototype há 3 anos atrás
apollo.config.js 3a57145e3d refactor: initial import from v3 prototype há 3 anos atrás
index.html 9a4ac686ca feat: upload site favicon há 3 anos atrás
jsconfig.json 24ddab73fc feat: scheduler history + retries + admin scheduler page (wip) há 3 anos atrás
package-lock.json 102c23ec1e feat: locale system groundwork + various improvements há 2 anos atrás
package.json 102c23ec1e feat: locale system groundwork + various improvements há 2 anos atrás
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype há 3 anos atrás
quasar.config.js 123b0e15d4 ci: fix Dockerfile + quasar build context há 2 anos atrás

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.