Closed page1990 closed 4 years ago
npm install
npm run build
dist
See https://github.com/joeldenning/coexisting-vue-microfrontends/blob/master/.travis.yml and https://github.com/CanopyTax/import-map-deployer/tree/master/examples/ci-for-javascript-repo for some example files that show what a CI process can look like for this.
npm install
in each microfrontendnpm run build
in each microfrontenddist
directory from each microfrontend to the server running NginxSee https://github.com/joeldenning/coexisting-vue-microfrontends/blob/master/.travis.yml and https://github.com/CanopyTax/import-map-deployer/tree/master/examples/ci-for-javascript-repo for some example files that show what a CI process can look like for this.