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
NGPixel 123b0e15d4
ci: fix Dockerfile + quasar build context
1 year ago
..
.vscode refactor: initial import from v3 prototype 2 years ago
public feat: locale system groundwork + various improvements 1 year ago
src feat: admin language switcher 1 year ago
.editorconfig refactor: initial import from v3 prototype 2 years ago
.eslintignore refactor: initial import from v3 prototype 2 years ago
.eslintrc.js feat: insert asset in editor 1 year ago
.gitignore fix: yarn 3 on ux project 2 years ago
.npmrc feat: native editing + admin editors (wip) 2 years ago
README.md refactor: initial import from v3 prototype 2 years ago
apollo.config.js refactor: initial import from v3 prototype 2 years ago
index.html feat: upload site favicon 2 years ago
jsconfig.json feat: scheduler history + retries + admin scheduler page (wip) 2 years ago
package-lock.json feat: locale system groundwork + various improvements 1 year ago
package.json feat: locale system groundwork + various improvements 1 year ago
postcss.config.js refactor: initial import from v3 prototype 2 years ago
quasar.config.js ci: fix Dockerfile + quasar build context 1 year 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.