-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
开发启动前的待解决问题 #12
Comments
主站旧的less样式不知道有没有参考价值? |
|
sass 现在有纯 js 的npm包,也不需要额外下载二进制了 |
那个 variables.less 估计有点点用 |
react路由用哪个? |
react-router? 但是我在想我们要做成 SPA 吗? |
|
待讨论/待解决的问题:
|
Roadmap: bangumi/dev-docs#1 |
需要添加 api mock 吗,比如 msw |
我看 msw 只支持 GraphQL 和 RESTFul 的API。咱的 API 符合 REST 吗? @trim21 |
msw 这个 Restful api 就是普通的 http api 吧 |
设计是尽量按照rest设计的 |
OK, 那开个 issue 加吧 |
好奇为什么Tailwind划掉了 |
slack 前端频道里讨论了几句,总之不怎么合适的样子 |
还有到底需不需要ssr,架构差挺多的 |
先确定下我们会不会有对应的服务器资源? |
有,如果要做的话打包成docker镜像。 |
需不需要改协议为 AGPL |
前端没有AGPL的必要吧 |
如果有其它程序使用了 design 库,在程序打包后。GPL/AGPL 应该都是要求开源未打包前的代码的。 |
如果后端换成了agpl的话我感觉前端用bsd协议就足够了,不过换GPL我也不反对就是了。agpl就没啥必要了。 |
我也是无所谓( |
关于目标平台, IE11 和国产移动端浏览器( UC, 百度 , QQ 这些 )需要考虑兼容吗 |
还有router和SSR的问题 |
只考虑chrome,firefox和safari的比较新的版本 |
所以怎么发布,ssr还是spa |
先 spa 吧,每合入 master 发一次?(不过可能以后有暂时不适合发布的 PR,比如做到一半的需求 |
那每次要发版打个tag发release吧。ci打包好了上传到release里。我直接从release的Assets里面拉。从master拉还得我来构建( |
spa好,要做前后端分离就没必要做ssr,不然分离的意义不大 |
前提是不考虑搜索引擎抓取和首屏渲染时间。 |
这个 Issue 列出正式开发前待讨论/待解决的问题:
欢迎补充
The text was updated successfully, but these errors were encountered: