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
NGPixel 5efa0abe62
feat: file manager improvements
2 years ago
..
.vscode
public
src feat: file manager improvements 2 years ago
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
.npmrc
README.md
apollo.config.js
index.html
jsconfig.json
package-lock.json fix: file manager rename + ltree path encode/decode + various improvements 3 years ago
package.json fix: file manager rename + ltree path encode/decode + various improvements 3 years ago
postcss.config.js
quasar.config.js ci: fix Dockerfile + quasar build context 3 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.