You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wiki/ux
Nicolas Giard 24ddab73fc
feat: scheduler history + retries + admin scheduler page (wip)
3 years ago
..
.vscode
.yarn fix: yarn 3 on ux project 4 years ago
public feat: scheduler + admin page 3 years ago
src feat: scheduler history + retries + admin scheduler page (wip) 3 years ago
.editorconfig
.eslintignore
.eslintrc.js feat: login screen UI + server code cleanup 3 years ago
.gitignore fix: yarn 3 on ux project 4 years ago
.yarnrc.yml feat: add missing utilities admin + upgrade dependencies 3 years ago
README.md
apollo.config.js
index.html feat: upload site favicon 3 years ago
jsconfig.json feat: scheduler history + retries + admin scheduler page (wip) 3 years ago
package.json feat: scheduler history + retries + admin scheduler page (wip) 3 years ago
postcss.config.js
quasar.config.js feat: update profile + user theme 3 years ago
yarn.lock feat: scheduler history + retries + admin scheduler page (wip) 3 years ago

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.