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 3a57145e3d
refactor: initial import from v3 prototype
3 years ago
..
.vscode refactor: initial import from v3 prototype 3 years ago
public refactor: initial import from v3 prototype 3 years ago
src refactor: initial import from v3 prototype 3 years ago
.editorconfig refactor: initial import from v3 prototype 3 years ago
.eslintignore refactor: initial import from v3 prototype 3 years ago
.eslintrc.js refactor: initial import from v3 prototype 3 years ago
.gitignore refactor: initial import from v3 prototype 3 years ago
README.md refactor: initial import from v3 prototype 3 years ago
apollo.config.js refactor: initial import from v3 prototype 3 years ago
index.html refactor: initial import from v3 prototype 3 years ago
jsconfig.json refactor: initial import from v3 prototype 3 years ago
package.json refactor: initial import from v3 prototype 3 years ago
postcss.config.js refactor: initial import from v3 prototype 3 years ago
quasar.config.js refactor: initial import from v3 prototype 3 years ago
yarn.lock refactor: initial import from v3 prototype 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.