Web Interface for Euclidean Drumming

fillotassi 516469bc65 fix slot duration to display a proportional value 5 years ago
assets a4b63c8657 Improve model view and add BPM 5 years ago
components 516469bc65 fix slot duration to display a proportional value 5 years ago
layouts 5257102b3d first commit 5 years ago
middleware 5257102b3d first commit 5 years ago
pages 516469bc65 fix slot duration to display a proportional value 5 years ago
plugins 5257102b3d first commit 5 years ago
static a4b63c8657 Improve model view and add BPM 5 years ago
store 5257102b3d first commit 5 years ago
.editorconfig 5257102b3d first commit 5 years ago
.eslintrc.js 5257102b3d first commit 5 years ago
.gitignore 5257102b3d first commit 5 years ago
README.md 5257102b3d first commit 5 years ago
espify.sh a4b63c8657 Improve model view and add BPM 5 years ago
nuxt.config.js a4b63c8657 Improve model view and add BPM 5 years ago
package.json d6264266ae Improve displaying sequencer controls 5 years ago

README.md

nuxtgety-2

Second attempt at building a web interface for ESP8266

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout the Nuxt.js docs.