Vue
Vue.js is an approachable, performant and versatile framework for building web user interfaces.
Server build (NodeJS|Express)
- Set
Build Pack
tonixpacks
. - Set ‘Start Command
to
node server.js`.
Static build (SPA)
- Set
Build Pack
tonixpacks
. - Enable
Is it a static site?
. - Set
Output Directory
todist
.
Static build with Router (SPA)
- Set
Build Pack
tonixpacks
. - Enable
Is it a static site?
. - Set
Output Directory
todist
.