1
0
mirror of https://github.com/kamyu1537/eamuse-card-wasm.git synced 2024-11-24 03:50:10 +01:00

📝 Build 방법 변경

This commit is contained in:
Byeon Seongun 2020-05-06 16:16:58 +09:00
parent 488449f13d
commit d140a3424a
No known key found for this signature in database
GPG Key ID: DA5BD8E6CBC00CC3

View File

@ -1,12 +1,12 @@
# konami-card-wasm
konami card (e-amusement card) ID와 NFC ID를 서로 변환합니다.
e-amusement card
## Requirement
- go
- go 1.14.2
## Build
```shell script
npm run build # npm
yarn build # yarn
npm install
npm run build
```
빌드가 완료 된 후 build 폴더를 모듈처럼 사용하시면 됩니다!