/komarca-game

Juego escuela

Primary LanguageVue

Vue RPG Game

A Vue.js project powered by Cosmic JS

###Probarlo en localhost

Enter The Cosmos

alt text

Enter The Cosmos is a game built using Vue.js and Cosmic JS Find out how I built it, and how to integrate Cosmic JS into your project here:

https://cosmicjs.com/articles/how-to-create-an-rpg-adventure-game-using-vuejs-and-cosmic-js-jlftg080

Getting Started

git clone https://github.com/renzoxpixely/komarca-game.git
cd komarca-game

# 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.