Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/krkarma777/witchendfe
- Owner: krkarma777
- Created: 2024-04-18T13:01:53.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-23T02:07:49.000Z (9 months ago)
- Last Synced: 2024-11-09T16:24:10.608Z (about 2 months ago)
- Language: Vue
- Homepage:
- Size: 1.62 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).