Ian Wijma
a665490b14
Added "build" and "build:tailwind" scripts to package.json file. The "build" script was added to bundle the app with Tauri, which enhances the application's security and performance. The "build:tailwind" script was also added to compile tailwind CSS styles into an index.css file. This ensures styles are correctly applied when app is built for production. |
||
---|---|---|
.vscode | ||
assets | ||
src | ||
src-tauri | ||
.gitignore | ||
README.md | ||
package-lock.json | ||
package.json | ||
tailwind.config.js |
README.md
Tauri + Vanilla
This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript.