Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kasika-technologies/kasika_frontend_foundation
- Owner: kasika-technologies
- License: mit
- Created: 2021-04-01T07:39:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-17T04:26:22.000Z (over 3 years ago)
- Last Synced: 2024-11-10T14:38:37.976Z (2 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```以上