Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yancey2023/chelper_web
Minecraft Command Helper
https://github.com/yancey2023/chelper_web
Last synced: 7 days ago
JSON representation
Minecraft Command Helper
- Host: GitHub
- URL: https://github.com/yancey2023/chelper_web
- Owner: Yancey2023
- License: gpl-3.0
- Created: 2024-08-09T00:39:54.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-09-10T06:38:13.000Z (2 months ago)
- Last Synced: 2024-09-10T08:50:59.805Z (2 months ago)
- Language: Vue
- Size: 1.31 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CHelper-Web
I want to make a command helper for Minecraft Bedrock Edition , so here is CHelper, which means Command Helper.
try it:
## CHelper-Core
It is writing by c++. Please refer to [CHelper-Core](https://github.com/Yancey2023/CHelper-Core).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```