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
- Host: GitHub
- URL: https://github.com/balmjs/template-legacy
- Owner: balmjs
- Created: 2019-12-27T03:08:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T05:20:34.000Z (over 2 years ago)
- Last Synced: 2024-05-27T12:32:33.694Z (12 months ago)
- Topics: balm, balm-cli, jquery
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-projectcd 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)