An open API service indexing awesome lists of open source software.

https://github.com/balmjs/template-legacy

A jQuery project for older browsers
https://github.com/balmjs/template-legacy

balm balm-cli jquery

Last synced: about 2 months ago
JSON representation

A jQuery project for older browsers

Awesome Lists containing this project

README

        

# BalmJS template - `legacy`

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

## Requirements

```sh
npm install -g balm-core@legacy balm-cli
# OR
yarn global add balm-core@legacy balm-cli
```

```sh
# Verify
balm -V

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

## Installation

```sh
balm init legacy my-project

cd my-project
yarn
# or
npm i
```

## Enjoy

```sh
# For development
npm run dev

# For production
npm run prod
```

- thx [BalmJS](https://github.com/balmjs/balm)