Novus-UI

From Bitnami MediaWiki
Revision as of 12:36, 4 October 2023 by User (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a front-end application that uses Vue.js. Run git clone https://Kiwana@dev.azure.com/Kiwana/Novus/_git/Novus-UI.

Node.js version. Use nvm to switch between Node.js versions. For Novus-UI, use 14.17.3.

Run npm i --force. As of 2022-01-31, the --force option is required since the Kendo packages are outdated and something happened regarding dependency resolution on the npm. Run npm run serve. Access the front end from http://localhost:8080.


Return to Project Setup