Home

Awesome

BalmJS template - vue-expert

A Vue.js project with router

Requirements

npm install -g balm-cli balm-core
# OR
yarn global add balm-cli balm-core
# Verify
balm -V

# Output:
# balm-cli: 4.0.0
# balm-core: 4.0.0

Installation

cd my-project
yarn
# or
npm i

Enjoy

# For development
npm run dev

# For production
npm run prod