Example of monorepo in "alle" model
In this example we have vue components and an application that uses these components, the build is made with rollup
This example has been constructed as an example of this post blog post
Operating systems:
# module-name shoulds be the name of a folder in ./packages/node_modules/<module-name>
$ MODULE_NAME=<module-name> npm run start
Windows:
# module-name shoulds be the name of a folder in ./packages/node_modules/<module-name>
$ set MODULE_NAME=<module-name>
$ npm run start
$ npm run modules:build
- execute:
$ npm run modules:build
- Move to module folder and execute:
npm run publish
MIT @ Nicolas Quiceno