chenxi050402 / nbsplayer

It's like Note Block Studio, but as a website.

Home Page:https://garbomuffin.github.io/nbsplayer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nbsplayer

Minecraft Note Block Studio as a website.

nbsplayer is a Vue app using vue-cli. The entry point is src/main.js.

Project Setup

Cloning

git clone https://github.com/GarboMuffin/nbsplayer

Installing dependencies

# Install dependencies
npm install

Compile for development

# Starts a development server with live reloads and debugging features enabled.
npm run serve

Compile for production

# Creates a minimized build for production. You generally do not need to do this -- the source is automatically compiled and deployed when a commit is made to master.
npm run build

About

It's like Note Block Studio, but as a website.

https://garbomuffin.github.io/nbsplayer/

License:MIT License


Languages

Language:Vue 51.5%Language:JavaScript 47.9%Language:HTML 0.6%