This template should help you start developing using Vue and TypeScript in Farm.
Install the dependencies:
pnpm install
Start the dev server:
pnpm start
Build the app for production:
pnpm build
Preview the Production build product:
pnpm preview
- 安装依赖,随便用啥包管理器 QAQ
- 启动后端,一定要在
35271
端口,这个端口写在farm.config.ts
里面惹 - 启动前端,用比如
pnpm dev
的命令启动前端,同样可以用其他包管理器 - 测试 OAuth 流程可以用 OpenID Connect Playground,注意这里需要一个公网可以访问的服务,可以用 cf tunnel 啥的
- 安装依赖,随便用啥包管理器 QAQ
- 构建前端,使用类似
pnpm build
的命令,生成的内容在dist
下面 - 启动后端
- 使用类似
nginx
的服务,dist
目录作为静态内容提供,/api
代理到后端,没有匹配的url
route 到index.html