Skip to content

Commit 64be101

Browse files
committed
update build doc
1 parent f7a9048 commit 64be101

File tree

4 files changed

+1554
-695
lines changed

4 files changed

+1554
-695
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ The initial focus/design of this library is to use with ajax/server-side endpoin
99
component.dataTable.clear().draw();
1010
component.dataTable.rows.add(newDataArray).draw();
1111
```
12+
## Development
13+
This library uses the NodeJS library `laravel-mix` to simplify build and packaging.
14+
15+
To run locally, it automatically launch firefox:
16+
```
17+
npm run watch
18+
```
19+
20+
To build library for npm publish:
21+
```
22+
npm run build
23+
```
1224

1325
## Usage
1426
> You will require these to use with Bootstrap 4:

0 commit comments

Comments
 (0)