Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krkarma777/witchendfe

Frontend for a Roguelike RPG developed with Vue.js. This project brings to life a turn-based combat system and procedurally generated dungeons, all accessible via a web browser. Designed to interface seamlessly with a NodeJS/NestJS backend.
https://github.com/krkarma777/witchendfe

Last synced: 3 days ago
JSON representation

Frontend for a Roguelike RPG developed with Vue.js. This project brings to life a turn-based combat system and procedurally generated dungeons, all accessible via a web browser. Designed to interface seamlessly with a NodeJS/NestJS backend.

Awesome Lists containing this project

README

        

# witch-end

![image](https://github.com/krkarma777/WitchEndFE/assets/149022496/6bf0cba4-4100-43d1-9935-809cd34e210f)

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).