Skip to content

balmjs/template-legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

BalmJS template - legacy

A jQuery project for older browsers like Internet Explorer 6-8, Opera 12.1x or Safari 5.1+

Requirements

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

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

Installation

balm init legacy my-project

cd my-project
yarn
# or
npm i

Enjoy

# For development
npm run dev

# For production
npm run prod

Releases

No releases published

Packages

No packages published