Skip to content

main-5655

@bidyashish bidyashish tagged this 26 Feb 17:23
**TC**
-[x] Investigate how to migrate Vue CLI to Vite. [Vue CLI repository
page](https://github.com/vuejs/vue-cli?tab=readme-ov-file#%EF%B8%8F-status)
has some guidance.

- All Vue CLI Removed from Package JSON

Note:
`index.html`. needs to be root folder for Vite, so it has been deleted
from Public folder and moved to root web folder.
https://stackoverflow.com/a/77260181

Command to Run in `Web` Folder
```
rm -rf node_modules/ package-lock.json && npm i && npm run serve
```
Assets 2
Loading