Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 718 Bytes

README.md

File metadata and controls

52 lines (33 loc) · 718 Bytes

Web Audio API with Vue.js

ここでさわれます!: https://nekonenene.github.io/web-audio-with-vuejs

Require

  • Node.js: v10.14.1 (v10.x LTS)
  • npm: v6.4.1 or above

開発するには……

このリポジトリをクローンしたのち、

make init

で依存ライブラリのダウンロード。

make run

で開発用サーバーが起動し、 http://localhost:8013 にアクセス可能。

ビルドするには……

  • 本番環境用

    make build
    
  • 開発環境用

    make build-dev
    

linter

  • lint チェック!!

    make lint
    
  • lint fix!!

    make lint-fix