Web Interface for Euclidean Drumming
Find a file
2018-09-19 20:06:32 +02:00
assets Improve model view and add BPM 2018-09-09 23:59:01 +02:00
components fix slot duration to display a proportional value 2018-09-19 20:06:32 +02:00
layouts first commit 2018-09-05 19:17:08 +02:00
middleware first commit 2018-09-05 19:17:08 +02:00
pages fix slot duration to display a proportional value 2018-09-19 20:06:32 +02:00
plugins first commit 2018-09-05 19:17:08 +02:00
static Improve model view and add BPM 2018-09-09 23:59:01 +02:00
store first commit 2018-09-05 19:17:08 +02:00
.editorconfig first commit 2018-09-05 19:17:08 +02:00
.eslintrc.js first commit 2018-09-05 19:17:08 +02:00
.gitignore first commit 2018-09-05 19:17:08 +02:00
espify.sh Improve model view and add BPM 2018-09-09 23:59:01 +02:00
nuxt.config.js Improve model view and add BPM 2018-09-09 23:59:01 +02:00
package.json Improve displaying sequencer controls 2018-09-16 22:25:38 +02:00
README.md first commit 2018-09-05 19:17:08 +02:00

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.