Nicolas Giard 4bfd9f5280 feat(mail): allow setting of mailer identifying name vor 3 Jahren
..
.vscode 3a57145e3d refactor: initial import from v3 prototype vor 3 Jahren
.yarn fd021a7999 fix: yarn 3 on ux project vor 3 Jahren
public 1eefdb06e6 feat(admin): add sitemap option to general page vor 3 Jahren
src 4bfd9f5280 feat(mail): allow setting of mailer identifying name vor 3 Jahren
.editorconfig 3a57145e3d refactor: initial import from v3 prototype vor 3 Jahren
.eslintignore 3a57145e3d refactor: initial import from v3 prototype vor 3 Jahren
.eslintrc.js 66bedca98b fix: util code editor vor 3 Jahren
.gitignore fd021a7999 fix: yarn 3 on ux project vor 3 Jahren
.yarnrc.yml fd021a7999 fix: yarn 3 on ux project vor 3 Jahren
README.md 3a57145e3d refactor: initial import from v3 prototype vor 3 Jahren
apollo.config.js 3a57145e3d refactor: initial import from v3 prototype vor 3 Jahren
index.html 3a57145e3d refactor: initial import from v3 prototype vor 3 Jahren
jsconfig.json 6e303ac648 feat(admin): migrate groups dialogs to vue 3 composable vor 3 Jahren
package.json 66bedca98b fix: util code editor vor 3 Jahren
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype vor 3 Jahren
quasar.config.js fd021a7999 fix: yarn 3 on ux project vor 3 Jahren
yarn.lock 66bedca98b fix: util code editor vor 3 Jahren

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.