A blocky, side-scrolling game made with Vuejs
Find a file
2018-04-21 20:02:21 +02:00
src Initial 2018-04-21 20:02:21 +02:00
test Initial 2018-04-21 20:02:21 +02:00
.babelrc Initial 2018-04-21 20:02:21 +02:00
.editorconfig Initial 2018-04-21 20:02:21 +02:00
.gitignore Initial 2018-04-21 20:02:21 +02:00
index.html Initial 2018-04-21 20:02:21 +02:00
package-lock.json Initial 2018-04-21 20:02:21 +02:00
package.json Initial 2018-04-21 20:02:21 +02:00
README.md Initial 2018-04-21 20:02:21 +02:00
webpack.config.js Initial 2018-04-21 20:02:21 +02:00

building-game

A blocky, side-scrolling, building and exploration game

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.