mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
* remove extern crate and macro_use * fix test file * update CLI * organize imports * organize core * update api * update updater * update create-react-app * update gatsby example * update next-js example * update svelte example * update vanilla-js example * update nuxt example * update quasar example * update vue example * update templates. * update build.rs Co-authored-by: Lucas Fernandes Nogueira <lucasfernandesnog@gmail.com>
Running Example
Ensure you have setup and installed all the project dependencies.
npm install -g tauri
git clone https://github.com/tauri-apps/tauri
cd examples/react/next.js
yarn
cargo install tauri-bundler
Development
yarn dev & tauri dev
Production
yarn build
tauri build