# fc-http

## 快速体验


## 部署
```
$ cd examples/nuxt
$ cd src && npm install
$ cd ..
$ s deploy
```



## 自定义 nuxt 内容

- 初始化 nest 项目
```
$ npm i -g @nestjs/cli
$ nest new project-name
$ npm run build
```

- 替换 src/dist 文件

- s deploy 部署
