Nicolas Giard 1a720c918c feat(admin): add pageExtensions field to admin general + more animated icons 3 anos atrás
..
.vscode 3a57145e3d refactor: initial import from v3 prototype 3 anos atrás
.yarn fd021a7999 fix: yarn 3 on ux project 3 anos atrás
public 1a720c918c feat(admin): add pageExtensions field to admin general + more animated icons 3 anos atrás
src 1a720c918c feat(admin): add pageExtensions field to admin general + more animated icons 3 anos atrás
.editorconfig 3a57145e3d refactor: initial import from v3 prototype 3 anos atrás
.eslintignore 3a57145e3d refactor: initial import from v3 prototype 3 anos atrás
.eslintrc.js 66bedca98b fix: util code editor 3 anos atrás
.gitignore fd021a7999 fix: yarn 3 on ux project 3 anos atrás
.yarnrc.yml fd021a7999 fix: yarn 3 on ux project 3 anos atrás
README.md 3a57145e3d refactor: initial import from v3 prototype 3 anos atrás
apollo.config.js 3a57145e3d refactor: initial import from v3 prototype 3 anos atrás
index.html d87e94abac chore: v2 and v3 interopability + various fixes 3 anos atrás
jsconfig.json 6e303ac648 feat(admin): migrate groups dialogs to vue 3 composable 3 anos atrás
package.json 4675348c43 feat(admin): migrate nav + auth to vue 3 composition, convert lodash to lodash-es 3 anos atrás
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype 3 anos atrás
quasar.config.js d87e94abac chore: v2 and v3 interopability + various fixes 3 anos atrás
yarn.lock 4675348c43 feat(admin): migrate nav + auth to vue 3 composition, convert lodash to lodash-es 3 anos atrás

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.