I want to create a monorepo of private package using vite (vueJS) in GitHub package registry.
Any npm package suggestion for it please?
CodePudding user response:
Yes, there is.
You can use: npm: vue-sfc-vite or github: @afzalsabbir/vue-sfc-vite and you can take help of lerna.
To create monorepo using lerna: Follow the steps here: Github NPM Package Registry > Publish
