Skip to content

chenxi050402/nbsplayer

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 51.5%
  • JavaScript 47.9%
  • HTML 0.6%