Skip to content

rorepoid/vocavue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

267 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vocavue

About

  • I've created this project to practice a bit of frontend with JavaScript, Vue and Nuxt.
  • I am using vocadb api to get info of vocaloid songs

Installation

Docker and Make

If you have installed Docker and Make and you want to build the project, you can run the project with the following command:

make build
make start

Then open http://localhost:3333 to see the app.

Make

If you have Make and you want to run the project, you can run the project with the following command:

make deps
make dev

Then open in localhost with port specified in the terminal.

NPM

If you don't have Docker and Make, you can run the project with the following commands:

npm i
npm run dev

Then open in localhost with port specified in the terminal.

About

Playing with VocaDB API. Using Vue js and Nuxt

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors