https://github.com/emfomy/bhh-web
Betrayal at House on the Hill - Chinese Translation
https://github.com/emfomy/bhh-web
Last synced: 7 months ago
JSON representation
Betrayal at House on the Hill - Chinese Translation
- Host: GitHub
- URL: https://github.com/emfomy/bhh-web
- Owner: emfomy
- Created: 2019-05-30T06:30:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T06:25:50.000Z (about 6 years ago)
- Last Synced: 2025-01-29T03:50:03.429Z (9 months ago)
- Language: Vue
- Size: 7.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Betrayal at House on the Hill
## Project setup
```
pnpm install
```### Compiles and hot-reloads for development
```
pnpm run serve
```### Compiles and minifies for production
```
pnpm run build
```### Run your tests
```
pnpm run test
```### Lints and fixes files
```
pnpm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).