Dependencies & Plugins

Core Dependencies

Nectar mainly depends on one library — Framework7.

Besides this, Nectar also requires jQuery, as following third-party jQuery based plugins are used in the project:

We have also included a library LazyLoad, which you can use to lazily load CSS and JS files on-the-fly.

Dependency

Version

Notes

7.1.5

-

3.6.3

If you do not use any jQuery based plugin in your app, then you can remove jQuery. Framework7 comes with its own DOM manipulation library Dom7, which is similar to jQuery. You can use that instead.

-

This is used to lazily load other libraries and plugins, ie, only when they are required. Therefore, they are not directly loaded using <link> or <script> tag.

Other Libraries & Plugins

To extend the functionalities of Framework7, Nectar uses some useful CSS, JavaScript and jQuery based plugins.

Plugin

Version

Notes

2.5.3

3.2.1

4.4.13

4.5.4

-

This is used to generate fake random data in Nectar. It might not be required in your app. Therefore you should remove its reference in index.html

2.0.5

6.2.1

5.0.5

7.0.0

11.7.0

22.4.9

2.1.1

0.1.4

1.6.0

1.19.5

1.1.6

1.7.0

-

2.29.4

1.0.2

1.4.2

2.3.5

3.12.0

11.0.1

-

4.1.4

If you do not require any of the above third-party libraries or plugins in your app, then you should remove their reference from index.html

Last updated