Setup vue3 with rollup?

Viewed 3327

I want to setup a project with the beta version of vuejs3 that is available now. I would like to compile it into es modules, therefore I cannot use webpack.

Are there any seed projects/guides available that setup vue3 with rollup to emit an es module bundle.

2 Answers
Related