Home > Back-end >  How to create sfc package using vite for vuejs on GitHub package registry?
How to create sfc package using vite for vuejs on GitHub package registry?

Time:01-28

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

  • Related