Nicolas Giard fd021a7999 fix: yarn 3 on ux project 3 yıl önce
..
.vscode 3a57145e3d refactor: initial import from v3 prototype 3 yıl önce
.yarn fd021a7999 fix: yarn 3 on ux project 3 yıl önce
public 3a57145e3d refactor: initial import from v3 prototype 3 yıl önce
src 07d274ca6c refactor: admin system info to vue3 comp api 3 yıl önce
.editorconfig 3a57145e3d refactor: initial import from v3 prototype 3 yıl önce
.eslintignore 3a57145e3d refactor: initial import from v3 prototype 3 yıl önce
.eslintrc.js 3a57145e3d refactor: initial import from v3 prototype 3 yıl önce
.gitignore fd021a7999 fix: yarn 3 on ux project 3 yıl önce
.yarnrc.yml fd021a7999 fix: yarn 3 on ux project 3 yıl önce
README.md 3a57145e3d refactor: initial import from v3 prototype 3 yıl önce
apollo.config.js 3a57145e3d refactor: initial import from v3 prototype 3 yıl önce
index.html 3a57145e3d refactor: initial import from v3 prototype 3 yıl önce
jsconfig.json 3a57145e3d refactor: initial import from v3 prototype 3 yıl önce
package.json fd021a7999 fix: yarn 3 on ux project 3 yıl önce
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype 3 yıl önce
quasar.config.js fd021a7999 fix: yarn 3 on ux project 3 yıl önce
yarn.lock fd021a7999 fix: yarn 3 on ux project 3 yıl önce

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.