Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuki-yano/dungeon_maker_simulator
https://github.com/yuki-yano/dungeon_maker_simulator
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuki-yano/dungeon_maker_simulator
- Owner: yuki-yano
- Created: 2019-05-24T20:28:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T15:24:47.000Z (about 2 years ago)
- Last Synced: 2024-10-15T18:44:15.438Z (2 months ago)
- Language: Vue
- Size: 5.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dungeon_simulator
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).