Nicolas Giard c3bd7ff97e feat: profile page to vue 3 composition + add fonts / width options to theme + site config preload 3 years ago
..
.vscode 3a57145e3d refactor: initial import from v3 prototype 3 years ago
.yarn fd021a7999 fix: yarn 3 on ux project 3 years ago
public c3bd7ff97e feat: profile page to vue 3 composition + add fonts / width options to theme + site config preload 3 years ago
src c3bd7ff97e feat: profile page to vue 3 composition + add fonts / width options to theme + site config preload 3 years ago
.editorconfig 3a57145e3d refactor: initial import from v3 prototype 3 years ago
.eslintignore 3a57145e3d refactor: initial import from v3 prototype 3 years ago
.eslintrc.js d9dbd0f62f feat: login screen UI + server code cleanup 3 years ago
.gitignore fd021a7999 fix: yarn 3 on ux project 3 years ago
.yarnrc.yml fd021a7999 fix: yarn 3 on ux project 3 years ago
README.md 3a57145e3d refactor: initial import from v3 prototype 3 years ago
apollo.config.js 3a57145e3d refactor: initial import from v3 prototype 3 years ago
index.html c3bd7ff97e feat: profile page to vue 3 composition + add fonts / width options to theme + site config preload 3 years ago
jsconfig.json 6e303ac648 feat(admin): migrate groups dialogs to vue 3 composable 3 years ago
package.json d9dbd0f62f feat: login screen UI + server code cleanup 3 years ago
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype 3 years ago
quasar.config.js c3bd7ff97e feat: profile page to vue 3 composition + add fonts / width options to theme + site config preload 3 years ago
yarn.lock d9dbd0f62f feat: login screen UI + server code cleanup 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.