Nicolas Giard 5a4a9df43a feat(admin): migrate webhooks to vue 3 composable před 3 roky
..
.vscode 3a57145e3d refactor: initial import from v3 prototype před 3 roky
.yarn fd021a7999 fix: yarn 3 on ux project před 3 roky
public 1eefdb06e6 feat(admin): add sitemap option to general page před 3 roky
src 5a4a9df43a feat(admin): migrate webhooks to vue 3 composable před 3 roky
.editorconfig 3a57145e3d refactor: initial import from v3 prototype před 3 roky
.eslintignore 3a57145e3d refactor: initial import from v3 prototype před 3 roky
.eslintrc.js 66bedca98b fix: util code editor před 3 roky
.gitignore fd021a7999 fix: yarn 3 on ux project před 3 roky
.yarnrc.yml fd021a7999 fix: yarn 3 on ux project před 3 roky
README.md 3a57145e3d refactor: initial import from v3 prototype před 3 roky
apollo.config.js 3a57145e3d refactor: initial import from v3 prototype před 3 roky
index.html 3a57145e3d refactor: initial import from v3 prototype před 3 roky
jsconfig.json 6e303ac648 feat(admin): migrate groups dialogs to vue 3 composable před 3 roky
package.json cc506a086d fix(admin): sites save / activate / delete mutations před 3 roky
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype před 3 roky
quasar.config.js fd021a7999 fix: yarn 3 on ux project před 3 roky
yarn.lock cc506a086d fix(admin): sites save / activate / delete mutations před 3 roky

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.