Novus-UI: Difference between revisions
Jump to navigation
Jump to search
(Created page with " Return to Project Setup") |
No edit summary |
||
Line 1: | Line 1: | ||
<strong>This is a front-end application that uses Vue.js.</strong> Run git clone https://Kiwana@dev.azure.com/Kiwana/Novus/_git/Novus-UI. | |||
<strong>Node.js version.</strong> Use nvm to switch between Node.js versions. For Novus-UI, use 14.17.3. | |||
<strong>Run npm i --force.</strong> 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]] | Return to [[Project Setup]] |
Latest revision as of 12:36, 4 October 2023
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