Skip to content

balmjs/template-vue-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

BalmJS template - vue-ui

A Vue.js project with router & BalmUI

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

  • For vue3

    balm init vue-ui my-project
  • For vue2

    balm init vue-ui#legacy my-project
cd my-project
yarn
# or
npm i
  • (Recommended) BalmUI for your project

Enjoy

# For development
npm run dev

# For production
npm run prod