Skip to content

SilentJungle399/animetub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animetub

Running

Developement server

  • You can do npm run app && npm run server to run both the webserver and dev server.
  • Another option would be to download Windows terminal and run npm run dev

Build

  • To get a distribution build, run npm run build

Routing

  • This webapp uses Vue router in history mode so every single routes in production build must go through index.html
  • You can use this npm package to achieve that.