Nicolas Giard 9fb9f53d53 feat: table editor (wip) + markdown editor improvements hace 2 años
..
.vscode 3a57145e3d refactor: initial import from v3 prototype hace 3 años
public 9fb9f53d53 feat: table editor (wip) + markdown editor improvements hace 2 años
src 9fb9f53d53 feat: table editor (wip) + markdown editor improvements hace 2 años
.editorconfig 3a57145e3d refactor: initial import from v3 prototype hace 3 años
.eslintignore 3a57145e3d refactor: initial import from v3 prototype hace 3 años
.eslintrc.js d9dbd0f62f feat: login screen UI + server code cleanup hace 3 años
.gitignore fd021a7999 fix: yarn 3 on ux project hace 3 años
.npmrc 638383252c feat: native editing + admin editors (wip) hace 2 años
README.md 3a57145e3d refactor: initial import from v3 prototype hace 3 años
apollo.config.js 3a57145e3d refactor: initial import from v3 prototype hace 3 años
index.html 9a4ac686ca feat: upload site favicon hace 3 años
jsconfig.json 24ddab73fc feat: scheduler history + retries + admin scheduler page (wip) hace 2 años
package-lock.json 9fb9f53d53 feat: table editor (wip) + markdown editor improvements hace 2 años
package.json 9fb9f53d53 feat: table editor (wip) + markdown editor improvements hace 2 años
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype hace 3 años
quasar.config.js 638383252c feat: native editing + admin editors (wip) hace 2 años

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.