Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 609 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 609 Bytes

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.