# countdown-Linyufan-windows **Repository Path**: linyufan/countdown-linyufan-windows ## Basic Information - **Project Name**: countdown-Linyufan-windows - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-17 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tauri + Vue 3 npm 版本: 18.17.0 ## 项目初始化 ```bash # 安装依赖 npm install # 构建并运行 npm run tauri dev # 构建并打包 npm run tauri build ``` ## 项目结构 ```bash ├── README.md ├── src-tauri │ ├── Cargo.toml │ └── src │ └── main.rs ├── src-tauri.conf.json ├── src-vue │ ├── babel.config.js │ ├── package.json │ ├── public │ │ ├── favicon.ico │ │ └── index.html │ ├── src │ │ ├── App.vue │ │ ├── assets │ │ │ └── logo.png │ │ ├── components │ │ │ └── HelloWorld.vue │ │ ├── main.js │ │ └── router │ │ └── index.js │ └── vue.config.js ├── tauri.conf.json └── vite.config.js ``` https://github.com/coskuncay/vue3-flip-countdown https://vue3-flip-countdown.netlify.app/ ![输入图片说明](linyufan_20240414_210959.png) ![输入图片说明](linyufan_20240415_105956.png) ![输入图片说明](linyufan_20240415_120321.png)