nestjs_vue3/vue3_vite_ssr_web/README.md

25 lines
473 B
Markdown
Raw Normal View History

2024-09-12 08:58:06 +08:00
# 1 简介 Description
> 基于 Vite + TypeScript + Vue3 开发的SSR渲染的Web应用系统
# 2 关键词 Keywords
> * Vite
> * TypeScript
> * Vue3
> * SSR
# 3 集成开发环境 IDE
> Visual Sutdio Code
# 4 快速开始
> git clone https://github.com/bitem-cn/bitem-vue3-typescript-ssr.git
>
> cd bitem-vue3-typescript-ssr
>
> yarn // or npm install
>
> yarn dev:ssr // or npm run dev:ssr
# 5 更多 More
更多说明请点击 [这里](http://t.csdn.cn/5WUaK)