Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lekoala/data-grid

Standalone data grid web component
https://github.com/lekoala/data-grid

bootstrap bootstrap5 custom-elements datagrid es6 grid web-component

Last synced: about 15 hours ago
JSON representation

Standalone data grid web component

Awesome Lists containing this project

README

        

# Developer Notes

## How to build the source files

### Install Node.js

- Install with the setup package from [Node.js](https://nodejs.org/en/download/)

### Install dependency packages

- From terminal or command line console, run the following commands.

```
npm install esbuild
npm install sass
npm install postcss autoprefixer postcss-cli
```

### Build for all source files

- From terminal or command line console, run the following command.

```
npm run build-all-locally
```

### Bundle and minify the js code

- From terminal or command line console, run the following command.

```
npm run build
```

### Compile from scss to css

- From terminal or command line console, run the following command.

```
npm run build-css
```