Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
development:tools:start [2023/04/30 13:41] – don.lee | development:tools:start [2025/04/11 11:13] (current) – [Web developer (frontend/ Backend/ QA/ Web Designer)] rick.ye | ||
---|---|---|---|
Line 19: | Line 19: | ||
* [[howto: | * [[howto: | ||
* Mac OS has Git pre-installed, | * Mac OS has Git pre-installed, | ||
+ | * [[zh: | ||
+ | * [[https:// | ||
* Google Chrome browser | * Google Chrome browser | ||
* [[https:// | * [[https:// | ||
Line 34: | Line 36: | ||
* Microsoft Authenticator (for 2-factor authentication) | * Microsoft Authenticator (for 2-factor authentication) | ||
+ | * Microsoft Teams | ||
* Microsoft Outlook or Web Outlook | * Microsoft Outlook or Web Outlook | ||
* Microsoft OneDrive | * Microsoft OneDrive | ||
- | * Microsoft Teams | + | |
Line 47: | Line 50: | ||
* NVM for Windows, [[https:// | * NVM for Windows, [[https:// | ||
* use npm global install the following package | * use npm global install the following package | ||
- | * [[https:// | + | * [[https:// |
- | * [[https:// | + | * [[https:// |
* Google Chrome Browser | * Google Chrome Browser | ||
* Vue.js devtools https:// | * Vue.js devtools https:// | ||
* MongoDB (no need for Web Designer) | * MongoDB (no need for Web Designer) | ||
- | * Mac via Homebrew, | + | * Mac via Homebrew, |
- | * [[https://www.mongodb.com/products/compass|Mongo Compass]] | + | * [[https://studio3t.com/free/|Studio 3T Free]] |
+ | * need register an account with email to start using it. The registration is free. | ||
+ | |||
Line 112: | Line 118: | ||
* [[howto: | * [[howto: | ||
- | * [[howto: | + | |
+ | | ||
===== Install an App with specific version via Homebrew 使用 Mac OS only ===== | ===== Install an App with specific version via Homebrew 使用 Mac OS only ===== | ||
Line 122: | Line 129: | ||
Then search for your desired package: | Then search for your desired package: | ||
< | < | ||
- | $ brew search | + | $ brew search |
</ | </ | ||
This might give you the follow results: | This might give you the follow results: | ||
< | < | ||
- | homebrew/versions/mongodb24 | + | ... |
- | homebrew/versions/mongodb26 | + | mongodb/brew/mongodb-community |
- | mongodb | + | mongodb/brew/mongodb-community@4.2 |
+ | mongodb/ | ||
</ | </ | ||
And then install the desired version: | And then install the desired version: | ||
< | < | ||
- | $ brew install | + | $ brew install |
</ | </ | ||