BenoitRanque cd85d681b7 Corrected example: Changed next build to next export (#200) 5 년 전
..
components adaef1a3d7 Added next.js example (#191) 5 년 전
pages adaef1a3d7 Added next.js example (#191) 5 년 전
public adaef1a3d7 Added next.js example (#191) 5 년 전
src-tauri adaef1a3d7 Added next.js example (#191) 5 년 전
.gitignore adaef1a3d7 Added next.js example (#191) 5 년 전
README.md adaef1a3d7 Added next.js example (#191) 5 년 전
package.json cd85d681b7 Corrected example: Changed next build to next export (#200) 5 년 전
tauri.conf.js adaef1a3d7 Added next.js example (#191) 5 년 전
yarn.lock adaef1a3d7 Added next.js example (#191) 5 년 전

README.md

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-cli

Development

yarn dev & tauri dev

Production

yarn build
yarn next export
tauri build