Coolify logoCoolify

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

On this page