Tensor-Programming cffda68b42 Refactor(All): Update and Format Deps for 2018 (#397) 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 cffda68b42 Refactor(All): Update and Format Deps for 2018 (#397) 5 年 前
.gitignore adaef1a3d7 Added next.js example (#191) 5 年 前
README.md 7522d8ff8a chore(bundler) rename tauri-cli crate to tauri-bundler (#401) 5 年 前
package.json c66a3691cc chore(examples) Update dependency next to v9.2.1 (#372) 5 年 前
yarn.lock c66a3691cc chore(examples) Update dependency next to v9.2.1 (#372) 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-bundler

Development

yarn dev & tauri dev

Production

yarn build
tauri build