-
Notifications
You must be signed in to change notification settings - Fork 103
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
Migration to Vue 2.0 #6
Comments
Recently I'm working on another Vue 2.0 project: leetcode-viewer. If you just need an Vue 2.0 example, leetcode-viewer and the demo may be a candidate. |
@Ma63d Thanks for the quick update. I understood your priorities. I will take a loot at leetcode-viewer One small suggestion: If you have simple login management, it could not very useful in the current project. |
@fizerkhan could not very useful? |
@Ma63d We are thinking to use this project for our internal docs, it will great if we have signup options. So everyone can login and update docs. Also if there is any support for english, that will be awesome. |
@Ma63d If you take this project in the direction of knowledge base docs instead of just blogs, that will be awesome since there are not much better knowledge base open source projects. But we have too many static blog tools. |
I understand your needs. But the blog is created just for personal presentation. If I upgrade it to an multi-user blog, the total blog need to be fully changed and recreated, including the table of database, the backend logic and UI. I've designed some functions based on my previous experience in writing blog posts to make the blog more conveniently used. For example, this blog admin is like a note app, which means you can write a note and whenever you think the content has substantial content and depth, publish it. So as far as i am concerned, the blog is convenient. There are a lot of open-source multi-user blog projects, such as b2evolution, LifeType.More generic, wordpress, duraple both meet your need. And this one: koa blog. |
@Ma63d Yes you are correct. I agree with you. I also really love the concept of writing my blog just like a note. I might be wrong because I was thinking that it will be useful for other support docs purpose too. Okay. Now lets focus on migration alone. |
@fizerkhan I recently wrote a multi-user blog based on vue2.1, https://github.com/ZinCode/vue-ssr-blog-client |
@ZinCode Thanks. For me too, English is the second language. Unfortunately I don't know Mandarin. However I will take a look at it. |
BTW , Is there any plan to migrate a Koa 1.x app to 2.0? |
Thx @Hellowor1d . |
^^厉害了老铁,先star了,等你升级完毕,期待能给出攻略 |
@sfyr111 已经在抽空升级了,可以查看 目前的升级计划如下:
|
token登录这我看你的代码,有个问题: |
@jixianu check 是单纯用来测试 [带了 token 的话是否能通过外部 mw.verify_token 的检查正确抵达业务逻辑],确实是单纯 debug 用的,因为上线之后也依然用这个接口进行测试了一下。所以就在 master 分支里保留了。最近升级 v2 分支时已经干掉了。 建议不要看 master 分支的代码,最开始写的时候,写的很急,几乎所有的逻辑都在 controller 层,model 层实则只是个输出 ORM 的摆设。业务报错、校验等逻辑都没有切分。controller层又重又乱。 v2 分支改善了这些问题。 但是 v2 分支最近只是改完了 server 部分和 一些 admin 部分,暂时停滞着。 |
Is there any plan to migrate a Vue 1.x app to 2.0?
The text was updated successfully, but these errors were encountered: