Nicolas Giard 3d2e5c9daf feat(admin): migrate mail to vue 3 composable hace 3 años
..
.vscode 3a57145e3d refactor: initial import from v3 prototype hace 3 años
.yarn fd021a7999 fix: yarn 3 on ux project hace 3 años
public 3a57145e3d refactor: initial import from v3 prototype hace 3 años
src 3d2e5c9daf feat(admin): migrate mail to vue 3 composable hace 3 años
.editorconfig 3a57145e3d refactor: initial import from v3 prototype hace 3 años
.eslintignore 3a57145e3d refactor: initial import from v3 prototype hace 3 años
.eslintrc.js 3a57145e3d refactor: initial import from v3 prototype hace 3 años
.gitignore fd021a7999 fix: yarn 3 on ux project hace 3 años
.yarnrc.yml fd021a7999 fix: yarn 3 on ux project hace 3 años
README.md 3a57145e3d refactor: initial import from v3 prototype hace 3 años
apollo.config.js 3a57145e3d refactor: initial import from v3 prototype hace 3 años
index.html 3a57145e3d refactor: initial import from v3 prototype hace 3 años
jsconfig.json 3a57145e3d refactor: initial import from v3 prototype hace 3 años
package.json 36ba1eb192 feat(admin): migrate locale + login + storage views to vue 3 composable hace 3 años
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype hace 3 años
quasar.config.js fd021a7999 fix: yarn 3 on ux project hace 3 años
yarn.lock 36ba1eb192 feat(admin): migrate locale + login + storage views to vue 3 composable hace 3 años

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.