1.1.7 • Published 7 years ago

weery v1.1.7

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

- Installing

npm install weery --save

- Using

  • es6 imports
import $ from 'weery'
  • commonjs
const $ = require('weery');
<script src="/path/to/scripts/weery.min.global.js"></script>
<!-- or use CDN -->
<script src="https://unpkg.com/weery@1.1.6/dist/weery.min.global.js"></script>

- Availables

- Philosophy

If you don't need jQuery, but you want to use the basic methods to manipulate the DOM, install Weery. And if at some time you really need jQuery, replace Weery with jQuery. All Weery methods copy the jQuery methods (syntax, functional).

- Build setup

You can setting own collection of necessary methods.

# Clone repository and install dependencies
npm install

# setting src/index.js and minimize to dist/
npm run build
1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.0.28

7 years ago

1.0.27

7 years ago

1.0.13

7 years ago