Skip to content

Commit

Permalink
feat: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Oct 25, 2024
1 parent 4203c89 commit ad25c74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
</p>

<p align='center'>
Mocking up web app with <b>Vitesse</b><sup><em>(speed)</em></sup> & <a href="https://github.com/nailyjs/core">Naily RPC</a>
<br>
Mocking up full-stack app with <b>Vitesse & <a href="https://github.com/nailyjs/core">Naily RPC</a><br></b><sup><em>(speed)</em></sup>
⚠️ Currently the `unplugin-rpc` have not HMR support, so you need to restart the server after changing the RPC files. This will be fixed in the future.
</p>

Expand All @@ -25,7 +24,7 @@ Mocking up web app with <b>Vitesse</b><sup><em>(speed)</em></sup> & <a href="htt

## Features

- 🍿️ **Type-safe rpc server**: Back-end implementation, the front-end only requires a generic type to make the type safe
- 🍿️ **Type-safe rpc server**: Back-end implementation, the front-end only requires a generic type to make the type safe,that's it~

- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [esbuild](https://github.com/evanw/esbuild) - born with fastness

Expand Down
8 changes: 3 additions & 5 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>

<p align='center'>
快速地<sup><em>Vitesse</em></sup> 创建 Web 应用
快速地使用<sup><em>Vitesse & <a href="https://github.com/nailyjs/core">Naily RPC</a></em></sup> 创建 Web 应用
<br>
</p>

Expand All @@ -15,10 +15,6 @@

<br>

> **Note**: 本模板创建于 Vue 3 和 Vite 的早期过渡时期。目前,如果您正在寻求更好的 Vue 开发体验和更持续的维护,我们建议您使用 [Nuxt 3](https://nuxt.com) 来代替(它也可以根据需要使用 SPA 或 SSG)。本模板仍会作为参考缓慢地维护下去,但将不会有太多的更新。
<br>

<p align='center'>
<a href="https://github.com/antfu-collective/vitesse/blob/main/README.md">English</a> | <b>简体中文</b>
</p>
Expand All @@ -27,6 +23,8 @@

## 特性

- 🍿️ **类型安全的 rpc 服务器**: 后端使用implements关键字进行实现,前端只需要一个泛型类型来使其类型安全,就是这样🐮~

- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [esbuild](https://github.com/evanw/esbuild) - 就是快!

- 🗂 [基于文件的路由](./src/pages)
Expand Down

0 comments on commit ad25c74

Please sign in to comment.