https://github.com/do-me/tauri-webpack
A minimal tauri2 setup with webpack & vanilla JS
https://github.com/do-me/tauri-webpack
Last synced: about 2 months ago
JSON representation
A minimal tauri2 setup with webpack & vanilla JS
- Host: GitHub
- URL: https://github.com/do-me/tauri-webpack
- Owner: do-me
- Created: 2025-01-20T17:00:57.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-20T18:01:47.000Z (3 months ago)
- Last Synced: 2025-01-20T18:22:42.302Z (3 months ago)
- Language: JavaScript
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tauri + Vanilla JS
This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript with Webpack as bundler.
## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
## Install & Run
- npm install
- npm run tauri dev