Nicolas Giard 36ba1eb192 feat(admin): migrate locale + login + storage views to vue 3 composable 3 năm trước cách đây
..
.vscode 3a57145e3d refactor: initial import from v3 prototype 3 năm trước cách đây
.yarn fd021a7999 fix: yarn 3 on ux project 3 năm trước cách đây
public 3a57145e3d refactor: initial import from v3 prototype 3 năm trước cách đây
src 36ba1eb192 feat(admin): migrate locale + login + storage views to vue 3 composable 3 năm trước cách đây
.editorconfig 3a57145e3d refactor: initial import from v3 prototype 3 năm trước cách đây
.eslintignore 3a57145e3d refactor: initial import from v3 prototype 3 năm trước cách đây
.eslintrc.js 3a57145e3d refactor: initial import from v3 prototype 3 năm trước cách đây
.gitignore fd021a7999 fix: yarn 3 on ux project 3 năm trước cách đây
.yarnrc.yml fd021a7999 fix: yarn 3 on ux project 3 năm trước cách đây
README.md 3a57145e3d refactor: initial import from v3 prototype 3 năm trước cách đây
apollo.config.js 3a57145e3d refactor: initial import from v3 prototype 3 năm trước cách đây
index.html 3a57145e3d refactor: initial import from v3 prototype 3 năm trước cách đây
jsconfig.json 3a57145e3d refactor: initial import from v3 prototype 3 năm trước cách đây
package.json 36ba1eb192 feat(admin): migrate locale + login + storage views to vue 3 composable 3 năm trước cách đây
postcss.config.js 3a57145e3d refactor: initial import from v3 prototype 3 năm trước cách đây
quasar.config.js fd021a7999 fix: yarn 3 on ux project 3 năm trước cách đây
yarn.lock 36ba1eb192 feat(admin): migrate locale + login + storage views to vue 3 composable 3 năm trước cách đây

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.