markdown编辑器
v-md-editor,http://ckang1229.gitee.io/vue-markdown-editor/zh/
在我的项目里最大化有问题,后面我自己搭配vuex实现了
优点是界面比较好,TOC可以放在左边
其他尝试
- vue-element-admin整合的markdown编辑器:https://panjiachen.github.io/vue-element-admin-site/zh/feature/component/markdown-editor.html#props
- mavonEditor,也不错 不过TOC没法放左边:https://github.com/hinesboy/mavonEditor
博客前台markdown渲染
Editor.md,https://github.com/pandao/editor.md
渲染效果可以接受
就是搭配bootwatch的主题切换时有问题
element的NavMenu导航菜单正确用法
配置好后只要路由改变了,对应的菜单项也会激活
参考:https://blog.csdn.net/weixin_42565137/article/details/91909055
上传文件
- element-ui上传文件,且只能上传单个文件,并覆盖上传:https://blog.csdn.net/weixin_45799605/article/details/103139975
一些问题解决
- 解决vue-router报NavigationDuplicated: Avoided redundant navigation to current location 的问题:https://blog.csdn.net/luer_LJS/article/details/108362563
学习/参考 资料
- Vue官方文档 组件基础:https://cn.vuejs.org/v2/guide/components.html
- Vue官方文档 事件处理:https://cn.vuejs.org/v2/guide/events.html
- Vue3 对比 Vue2.x 差异性、注意点、整体梳理,与React hook比又如何:https://juejin.cn/post/6892295955844956167#heading-21
- Bootstrap官方图标库:https://icons.getbootstrap.com/
- Font Awesome 4.7.0:http://www.fontawesome.com.cn/get-started/
- 微软官方文档 - 建议用于 C# 文档注释的 XML 标记:https://docs.microsoft.com/zh-cn/dotnet/csharp/language-reference/xmldoc/recommended-tags
- 微软官方文档 - Overview of ASP.NET Core authentication:https://docs.microsoft.com/en-us/aspnet/core/security/authentication/?view=aspnetcore-6.0
- .NET Core API文档管理组件 Swagger 使用:https://meowv.com/post/2020-09-06-swagger
- C# DateTime日期格式化:https://www.cnblogs.com/polk6/p/5465088.html
- C#高级语法之泛型、泛型约束,类型安全、逆变和协变:https://www.shuzhiduo.com/A/MAzAPn8qd9/
- 如何在 ASP.NET Core 3 使用 Token-based 身分驗證與授權 (JWT):https://blog.miniasp.com/post/2019/12/16/How-to-use-JWT-token-based-auth-in-aspnet-core-31