Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
默认情况下,销售员使用 React,但我想用 Vue (DRF + Vue) 制作我的电子商务网站。我应该怎么办?顺便说一句,我想使用 SSR 来改进 SEO。需要我用 Saleor 来做,用 vue 和 vue ssr 安装 saleor 有什么区别。 另外我想保留salesor admin页面,我可以用vue来做吗?
在salesor平台中有“API”、“Storefront”、“Dashboard”三个应用程序,它们是相互独立的,但是Storefront和Dashboard显然依赖于api。因此,您可以基于 API 重新实现 Storefront 和 Dashboard。
如果您想提高 SEO,那么 nuxt.js(构建 Vue.JS 的顶部)是您更好的选择。
您需要为服务器端渲染设置 Nginx 文件,无需更改 API。并且要在 nuxt 或 vue 上使用 Appollo 实现 graphQL,它有很多好处。