vue-lerna-test
A project to test Vue 2 with Lerna
A project to test Vue 2 with Lerna using a plugin and example application supporting SemVer and Conventional Commit standard.
I am moving a number of projects to a monorepo setup. During this process I ran into some hiccups getting everything to work and build correctly. So I decided to setup a test repository to test the following:
Nothing to fancy, but it might be of help to others setting up a project for Vue with Lerna, so I will make it generally available. Enjoy!
This project uses a monorepo setup. From the monorepo root run the following commands. The npm install
command will trigger a post install hook that calls lerna bootstrap --hoist
, which takes care of initializing the packages.
$ git clone https://github.com/nidkil/vue-lerna-test
$ cd vue-lerna-test
$ npm install
**Tip*** For more information about Lerna go here.
npm run serve:ui
npm run build
npm run test
npm run lint:fix
npm run test:unit
npm run cz:commit
Or
git cz
Currently there is nothing on the roadmap. Suggestions? Please submit an issue.
We welcome pull requests! What follows is the simplified version of the contribution process, please read here to fully understand our contribution policy and here to understand our code of conduct.
git checkout -b my-new-feature
npm run commit
git push origin my-new-feature
If you like this project, please support us by starring ⭐ this repository. Thx!
Please let the world know about us! Brag about us using Twitter, email, blog, Discord, Slack, forums, etc. etc. Thx!
nidkil © nidkil, released under the MIT license. Authored and maintained by nidkil with help from contributors.