File project with SPA mode can't republish completly

Hi,
I struggle to republish my project file with project ui framework Vue (SPA mode).
Last week I broke my harddrive and I can restore the project file only ( RPF file ), when I used another PC to rebuild/republish the file project, it failed with messages

Module not found: Can't resolve imported dependency "pages/users/edit.vue"
Did you forget to install it? You can run: yarn add pages/users/edit.vue

 App •  ERROR  •  UI  in ./src/router/index.js

Module not found: Can't resolve imported dependency "pages/vendor_contact/list.vue"
Did you forget to install it? You can run: yarn add pages/vendor_contact/list.vue

 App •  ERROR  •  UI  in ./src/router/index.js

Module not found: Can't resolve imported dependency "pages/vendor_document/list.vue"
Did you forget to install it? You can run: yarn add pages/vendor_document/list.vue

 App •  ERROR  •  UI  in ./src/router/index.js

Module not found: Can't resolve imported dependency "pages/vendor_submit/list.vue"
Did you forget to install it? You can run: yarn add pages/vendor_submit/list.vue

 App •  ERROR  •  UI  in ./src/router/index.js

Module not found: Can't resolve imported dependency "pages/vendor_submit/view.vue"
Did you forget to install it? You can run: yarn add pages/vendor_submit/view.vue

How can I restored back those files from the project file ?