Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kasika-technologies/kasika_frontend_foundation

Kasika Frontend Foundation
https://github.com/kasika-technologies/kasika_frontend_foundation

Last synced: 4 days ago
JSON representation

Kasika Frontend Foundation

Awesome Lists containing this project

README

        

# Kasika Frontend Foundation

## ビルド手順

### esbuildのインストール

```bash
npm install -g esbuild
```

### ビルド

```bash
esbuild src/kff.js --bundle --global-name=KFF --outfile=dist/kff.min.js --minify
```

以上