Svelte
and Vue.js
with monorepoThis repository is a sample of using Monorepo to combine a UI component implemented in Svelte with a web application implemented in Vue.js.
For more information on how to use the Svelte component within Vue.js, please refer to this repository.
// For Svelte components itself development
npm run dev
// For build
npm run build
// Use from Vue.js project with realtime update
npm run build:watch
// dev
npm run dev