44[ ![ standardjs style] [ badge_js_code_style_image ]] [ badge_js_code_style_link ]
55[ ![ coverage status] [ badge_coverage_report_image ]] [ badge_coverage_report_link ]
66[ ![ MIT license] [ badge_license_image ]] [ badge_license_link ]
7- [ ![ Join the chat at https://gitter.im/nativetable/Lobby ] [ badge_gitter_image ]] [ badge_gitter_link ]
7+ [ ![ Join the chat at https://gitter.im/mindsers/nativetable ] [ badge_gitter_image ]] [ badge_gitter_link ]
88
99Nativetable is a simple native es6 module to create and work with dynamics HTML tables.
1010
@@ -14,6 +14,17 @@ Check the [demo](https://mindsers.github.io/nativetable/) page.
1414
1515## Installation
1616
17+ ### Package manager installation
18+
19+ Nativetable is available as a client side npm dependency. To install Nativetable with npm :
20+
21+ ``` bash
22+ npm install nativetable --save
23+ ```
24+
25+ Nativetable library is ready to be import on your project : ` ./node_modules/nativetable/dist/nativetable.min.js `
26+
27+ ### Manual installation
1728You can build your own Nativetable with this project.
1829
1930Clone the project :
@@ -28,7 +39,7 @@ npm install
2839npm run build
2940```
3041
31- Nativetable library is ready to be import on your project : ` src/scripts/build /nativetable.min.js`
42+ Nativetable library is ready to be import on your project : ` ./dist /nativetable.min.js`
3243
3344## Usage
3445
@@ -113,5 +124,5 @@ This project is under the MIT License. (see LICENSE file in the root directory)
113124[ badge_license_link ] : https://github.com/Mindsers/nativetable/blob/master/LICENSE
114125[ badge_coverage_report_image ] : https://img.shields.io/coveralls/Mindsers/nativetable/master.svg
115126[ badge_coverage_report_link ] : https://coveralls.io/github/Mindsers/nativetable
116- [ badge_gitter_image ] : https://badges.gitter.im/nativetable/Lobby .svg
117- [ badge_gitter_link ] : https://gitter.im/nativetable/Lobby ?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
127+ [ badge_gitter_image ] : https://badges.gitter.im/mindsers/nativetable .svg
128+ [ badge_gitter_link ] : https://gitter.im/mindsers/nativetable ?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
0 commit comments