Managing monorepo packages with Lerna and Yarn workspaces
UI, Server, Common module
Vue SPA using Vue-cli 3
Docs using Vuepress
Docker image build with fullstack app
Travis CI
# 1. Clone the repository.
git clone https://github.com/slanatech/vue-monorepo-boilerplate.git my-new-project
# 2. Enter your newly-cloned folder
cd my-new-project
# 3. Bootstrap
yarn run bootstrap
# 4. Run Build in all packages
yarn run build
# 5. Dev: Run Server and in parallel start UI Serve with hot reload
yarn run dev