Skip to content

Commit

Permalink
added webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamMinton committed Dec 15, 2021
1 parent 261bb9f commit 68fbd32
Show file tree
Hide file tree
Showing 12 changed files with 1,206 additions and 15,403 deletions.
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"liveServer.settings.https": {
"enable": true, //set it true to enable the feature.
"cert": "/Users/adamminton/.ssl/server.crt", //full path of the certificate
"key": "/Users/adamminton/.ssl/server.key", //full path of the private key
"passphrase": "ZoidF`reak243"
},
"liveServer.settings.port": 5502
}
23 changes: 23 additions & 0 deletions preview/a-good-table/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#### Quickstart Dev Instructions

1. **Install Dependecies.**

Using yarn, install all dependencies

```
yarn
```
2. **Make changes to the source code**
3. **Compile your code**
You need to compile your react code, let's run:
```
yarn build
```
Your compiled code can be found in this repo.
**`multiple_value.js`**: This visualization's minified distribution file.
2 changes: 2 additions & 0 deletions preview/a-good-table/a_good_table.js

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions preview/a-good-table/a_good_table.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*!
* Sizzle CSS Selector Engine v2.3.6
* https://sizzlejs.com/
*
* Copyright JS Foundation and other contributors
* Released under the MIT license
* https://js.foundation/
*
* Date: 2021-02-16
*/

/*!
* jQuery JavaScript Library v3.6.0
* https://jquery.com/
*
* Includes Sizzle.js
* https://sizzlejs.com/
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2021-03-02T17:08Z
*/

/*! DataTables 1.11.3
* ©2008-2021 SpryMedia Ltd - datatables.net/license
*/

/*!***************************************************
* mark.js v9.0.0
* https://markjs.io/
* Copyright (c) 2014–2018, Julian Kühnel
* Released under the MIT license https://git.io/vwTVl
*****************************************************/
Loading

0 comments on commit 68fbd32

Please sign in to comment.