visualsubnetcalc
v1.3.0
Visual Subnet Calculator 是一個基於 davidc 原創作品的現代化工具。它致力於成為快速設計網路並與其他人協作設計的工具。它的重點是加快網路管理員的工作,而不是學術子網路劃分數學。
以下原則是推動工具設計的最重要的價值。新功能、拉取請求等應符合這些原則,或提出原則的調整。
如果您有更固執己見的最佳實踐方法來佈置此儲存庫,請提出問題。
建構先決條件:
從原始碼編譯:
# Clone the repository
> git clone https://github.com/ckabalan/visualsubnetcalc
# Change to the repository directory
> cd visualsubnetcalc
# Use recommended NVM version
> nvm use
# Change to the sources directory
> cd src
# Install Bootstrap
> npm install
# Compile Bootstrap (Also install sass command line globally)
> npm run build
# Run the local webserver
> npm start
然後,完整的應用程式應該在./dist/
中可用,在瀏覽器中開啟./dist/index.html
。
注意:在瀏覽器中測試 Clipboard.writeText() 是必需的。此功能僅在安全 (https) 模式下可用。
# Install mkcert
> brew install mkcert
# generate CA Certs to be trusted by local browsers
> mkcert install
# generate certs for local development
> cd visualsubnetcalc/src
# generate certs for local development
> npm run setup:certs
# run the local webserver with https
> npm run local-secure-start
AWS 保留 3 個額外 IP
Azure 保留 3 個額外的 IP
由 Freepik 從 Flaticon 製作的分割圖示。
可視化子網路計算器在 MIT 許可證下發布