Skip to content

Commit

Permalink
feat: README修改
Browse files Browse the repository at this point in the history
  • Loading branch information
hellowmonkey committed Sep 18, 2022
1 parent 1fbdc33 commit 5a9d596
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# Vue 3 + Typescript + Vite
# 沃德影视

This template should help get you started developing with Vue 3 and Typescript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
基于`Vue3`+`TypeScript`+`Vite`+`tauri`开发的视频网站。数据来自互联网(爬虫项目暂未开源)
> 项目有web版,Windows客户端(基于`truri`),App(基于`uni-app`),同一个项目发布三个终端
## Recommended IDE Setup

- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)

## Type Support For `.vue` Imports in TS

Since TypeScript cannot handle type information for `.vue` imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in `.vue` imports (for example to get props validation when using manual `h(...)` calls), you can enable Volar's `.vue` type support plugin by running `Volar: Switch TS Plugin on/off` from VSCode command palette.
基本可以告别视频会员了

0 comments on commit 5a9d596

Please sign in to comment.