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 许可证下发布