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 d9dbd0f62f
feat: login screen UI + server code cleanup
2 years ago
..
.vscode refactor: initial import from v3 prototype 2 years ago
.yarn fix: yarn 3 on ux project 2 years ago
public feat(admin): add pageExtensions field to admin general + more animated icons 2 years ago
src feat: login screen UI + server code cleanup 2 years ago
.editorconfig refactor: initial import from v3 prototype 2 years ago
.eslintignore refactor: initial import from v3 prototype 2 years ago
.eslintrc.js feat: login screen UI + server code cleanup 2 years ago
.gitignore fix: yarn 3 on ux project 2 years ago
.yarnrc.yml fix: yarn 3 on ux project 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: login screen UI + server code cleanup 2 years ago
jsconfig.json feat(admin): migrate groups dialogs to vue 3 composable 2 years ago
package.json feat: login screen UI + server code cleanup 2 years ago
postcss.config.js refactor: initial import from v3 prototype 2 years ago
quasar.config.js feat: login screen UI + server code cleanup 2 years ago
yarn.lock feat: login screen UI + server code cleanup 2 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.