This repository was archived by the owner on Nov 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,21 +6,22 @@ Turn your Vue SPA into a tiny cross platform desktop app that is fast and secure
66
77## Installation
88
9- Please read the general Tauri wiki if you run into any problems: https://github.com/tauri-apps/tauri/wiki
9+ Please read the general Tauri wiki if you run into any problems: https://github.com/tauri-apps/tauri/wiki .
10+
11+ ### General Prerequisites:
1012
11- ### Prerequisites:
1213- NodeJS/npm
1314- Vue CLI (` yarn global add @vue/cli ` / ` npm i -g @vue/cli ` )
1415- [ Rust/Cargo] ( https://www.rust-lang.org/ )
1516- Tauri CLI (` cargo install tauri-bundler ` )
1617- [ Yarn] ( https://yarnpkg.com/lang/en/ ) (optional but recommended over npm)
1718
18- ### OS Specifics
19+ ### Detailed Installation Instructions:
20+
1921- Linux: https://github.com/tauri-apps/tauri/wiki/02.-Linux-Setup
2022- Mac: https://github.com/tauri-apps/tauri/wiki/03.-MacOS-Setup
2123- Windows: https://github.com/tauri-apps/tauri/wiki/04.-MS-Windows-Setup
2224
23-
2425### Steps:
2526
26271 . Create a Vue CLI project (or cd into an existing one)
You can’t perform that action at this time.
0 commit comments