hero

vue-monorepo-boilerplate

Fullstack Vue App Monorepo Boilerplate

Get Started →

Monorepo

Managing monorepo packages with Lerna and Yarn workspaces

FullStack

UI, Server, Common module

Vue

Vue SPA using Vue-cli 3

Vuepress

Docs using Vuepress

Docker

Docker image build with fullstack app

CI/CD

Travis CI

Quick start

# 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