维护和开发 3 个类似网站的最佳方式

发布于 2024-08-16 03:11:03 字数 234 浏览 2 评论 0原文

它有点像 S[OFU],只是站点之间会有更多差异。

同时开发 3 个具有不同外观和不同功能的网站的好方法是什么?我相信通过外观我可能只会更改 CSS 和一些不同类别的后端数据。我还需要一些特定于一两个但不是所有网站的功能和选项。

在开发过程中开发、维护和测试网站最简单的方法是什么?我希望像更改 Visual Studio IDE 中的根目录这样简单的事情就足够了,并且可以通过站点特定根目录中的配置文件启用站点特定功能。

It would kind of be like S[OFU] except there will be more differences between the site.

What are good ways to develop 3 site at once with a different look and different functionality? I believe with the look i may only change the CSS and some backend data for different categories. I also need some functionality and options to be specific to one or two but not all sites.

Whats the easiest way to develop, maintain and test the sites during the development process? I am hoping something simple like changing the root directory in the visual studio IDE can be enough and have site specific features enabled through config files in the site specific root directory.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

遗忘曾经 2024-08-23 03:11:03

您可能需要考虑以某种模块化的方式进行开发。这样,公共元素可以在站点之间完全共享(只需两次部署相同的代码),而不同的元素是它们自己的独立模块。

You might want to consider developing in a somewhat modular manner. That way, common elements can be shared between the sites completely (just 2 deployments of the same code), while elements that vary are their own independent modules.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文