Skip to content

Commit

Permalink
v1.0.1 hide menu ....
Browse files Browse the repository at this point in the history
  • Loading branch information
ajn404 committed Apr 20, 2023
1 parent 94ecdfd commit 447c749
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vue3 Tauri app template

This template should help get you started developing with Vue 3 [Tauri](http://tauri.app/) app in Vite.

**It’s more like a demo that mixes various front-end technologies.**
## web site

- [Tauri Home](https://ajn404.github.io/vue3_tauri_fun/)
Expand All @@ -10,11 +10,14 @@ This template should help get you started developing with Vue 3 [Tauri](http://t

- [Lib stats](https://ajn404.github.io/vue3_tauri_fun/stats)

### gitee

- [国内Tauri Home](https://ajn404.gitee.io/vue3_tauri_fun/)
### netlify

- [netlify](https://taurifun.netlify.app/)

### site log
### site review

- [4 sort methods](https://ajn404.github.io/vue3_tauri_fun/#/fun/p5/algorithm/mixSort)
- [three animation](https://ajn404.github.io/vue3_tauri_fun/#/three/practice/animationWorld)
Expand Down Expand Up @@ -95,3 +98,9 @@ npm run format
cargo install mdbook
npm run docs
```


### socket demo
```sh
npm run socket-server
```

0 comments on commit 447c749

Please sign in to comment.