Vue
Vue.js 是一个易于上手、高性能且多功能的框架,用于构建 Web 用户界面。
服务器端构建 (NodeJS|Express)
- 将
Build Pack设置为nixpacks。 - 将 'Start Command' 设置为
node server.js。
静态构建 (SPA)
- 将
Build Pack设置为nixpacks。 - 启用
Is it a static site?。 - 将
Output Directory设置为dist。
带路由的静态构建 (SPA)
- 将
Build Pack设置为nixpacks。 - 启用
Is it a static site?。 - 将
Output Directory设置为dist。
