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 8cbdc88ac6
feat: page edit + setup instructions
2 years ago
..
.vscode refactor: initial import from v3 prototype 2 years ago
.yarn fix: yarn 3 on ux project 2 years ago
public feat: admin instances 2 years ago
src feat: page edit + setup instructions 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 feat: login screen UI + server code cleanup 2 years ago
.gitignore fix: yarn 3 on ux project 2 years ago
.yarnrc.yml feat: page edit + setup instructions 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 feat: upload site favicon 2 years ago
jsconfig.json feat: scheduler history + retries + admin scheduler page (wip) 2 years ago
package.json feat: scheduler history + retries + admin scheduler page (wip) 2 years ago
postcss.config.js refactor: initial import from v3 prototype 2 years ago
quasar.config.js feat: page edit + setup instructions 2 years ago
yarn.lock feat: page edit + setup instructions 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.