You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wiki/ux
Nicolas Giard fd021a7999
fix: yarn 3 on ux project
2 years ago
..
.vscode refactor: initial import from v3 prototype 2 years ago
.yarn fix: yarn 3 on ux project 2 years ago
public refactor: initial import from v3 prototype 2 years ago
src refactor: admin system info to vue3 comp api 2 years ago
.editorconfig refactor: initial import from v3 prototype 2 years ago
.eslintignore refactor: initial import from v3 prototype 2 years ago
.eslintrc.js refactor: initial import from v3 prototype 2 years ago
.gitignore fix: yarn 3 on ux project 2 years ago
.yarnrc.yml fix: yarn 3 on ux project 2 years ago
README.md refactor: initial import from v3 prototype 2 years ago
apollo.config.js refactor: initial import from v3 prototype 2 years ago
index.html refactor: initial import from v3 prototype 2 years ago
jsconfig.json refactor: initial import from v3 prototype 2 years ago
package.json fix: yarn 3 on ux project 2 years ago
postcss.config.js refactor: initial import from v3 prototype 2 years ago
quasar.config.js fix: yarn 3 on ux project 2 years ago
yarn.lock fix: yarn 3 on ux project 2 years ago

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.