Config editor for Virtual Keyboard mod of Stardew Valley
Go to file
ZaneYork 5edc75069b Fix a issue of add button 2020-10-23 14:28:35 +08:00
build Fix loader for icon font 2020-10-23 14:25:01 +08:00
config init 2020-10-22 15:35:23 +08:00
src Fix a issue of add button 2020-10-23 14:28:35 +08:00
static init 2020-10-22 15:35:23 +08:00
.babelrc init 2020-10-22 15:35:23 +08:00
.editorconfig init 2020-10-22 15:35:23 +08:00
.gitignore init 2020-10-22 15:35:23 +08:00
.postcssrc.js init 2020-10-22 15:35:23 +08:00
LICENSE switch render logic to canvas 2020-10-23 13:46:33 +08:00
README.md init 2020-10-22 15:35:23 +08:00
index.html switch render logic to canvas 2020-10-23 13:46:33 +08:00
package-lock.json switch render logic to canvas 2020-10-23 13:46:33 +08:00
package.json switch render logic to canvas 2020-10-23 13:46:33 +08:00

README.md

vkconfig

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.