# testnuxt3 **Repository Path**: nicefree/testnuxt3 ## Basic Information - **Project Name**: testnuxt3 - **Description**: testnuxt3模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-16 - **Last Updated**: 2024-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nuxt 3 Minimal Starter [Nuxt 3 文档](https://nuxt.com/docs/getting-started/introduction) ## 安装依赖 npm install ## 本地运行 npm run dev ## 打包 npm run build ## 博客参考 https://juejin.cn/post/7201335136192364604 https://github.com/yunyuyuan/nuxt3-blog/blob/master/tsconfig.json https://blog.csdn.net/qq_41581588/article/details/128873279 https://github.com/kaiunido/nuxt3-base/blob/master/package.json https://rapidsu.cn/articles/3108 https://gitee.com/wilkwo/nuxt-web-plus.git https://gitee.com/jiang-xia/blog-home-nuxt.git https://www.cnblogs.com/bokemoqi/p/17385380.html https://juejin.cn/post/7236635191379509308#heading-25 https://gitee.com/roey2020/starter-3/tree/master/src https://github.com/yinMrsir/chunyu-cms https://github.com/DoubleXm/mihoyou-mall https://github.com/helloworld-Co/flygoose-blog https://github.com/cyprianwaclaw https://github.com/lincenying 使用了 redis https://github.com/daidr/douLog ## Nuxt3 博客网站 https://tehub.com/ https://github.com/nurRiyad/nuxt-blog Nuxt2 博客值得借鉴:https://github.com/jayfeihe/Fame/tree/master/fame-front ## 源码参考 https://github.com/eoctdm/nuxt3-chinese-examples ## Pinia https://mp.weixin.qq.com/s?__biz=MzA5MTI0ODUzNQ==&mid=2652957572&idx=1&sn=c77f7ca8550aace7714b26d6781ccca3&chksm=8bab097cbcdc806a190092a0c083f36b47f9eb9d15951f22248598f5f6e7eedf667d35d67ed0&scene=27 https://zhuanlan.zhihu.com/p/533233367?utm_id=0 安装参考: https://ezdoc.cn/docs/pinia/ssr/nuxt https://pinia.vuejs.org/zh/ssr/nuxt.html ## VueUse VueUse 是一组基于 Composition API 的实用函数 安装参考:https://vueuse.org/guide/ https://vueuse.org/guide/components.html ## stylelint npm i -D @nuxtjs/stylelint-module stylelint stylelint-config-recommended-scss stylelint-config-recommended-vue stylelint-config-standard-scss https://www.cnblogs.com/wangpenghui522/p/14965971.html ## husky 参考 https://blog.51cto.com/u_13272819/6273352 ## 其他 问题处理 husky -pre-commit hook 报‘node 不是内部或外部命令,也不是可运行的程序‘ https://blog.csdn.net/longyuankang422420/article/details/127085776 ## 文档插件 https://docus.dev/introduction/getting-started https://stackblitz.com/github/nuxt-themes/docus-starter?file=README.md ## i18n https://github.com/LilTonyTheCoder/DarkWorlds-2.0 ## 环境变量 https://blog.csdn.net/lmx736338483/article/details/130419168 ## 国际化语言 https://blog.csdn.net/HeXinT/article/details/130058728 国际化语言参考开源项目 https://github.com/PreMiD/Website.git https://github.com/boss006133/DigiSalad_Nuxt3_Base.git https://github.com/ilkome/finapp.git https://github.com/paulgv/nuxt-i18n-example ### 教你如何在 Nuxt3 中使用 Prism.js 做代码高亮 https://yanyunfeng.com/article/5 ### 在 Nuxt3 中使用 highlight.js https://github.com/terwer/siyuan-plugin-blog/blob/main/plugins/hljs/useHljs.ts ### 在 Nuxt3 中使用 mavon-editor https://blog.csdn.net/qq_45799465/article/details/132590507?spm=1001.2014.3001.5501 https://github.com/notbucai/blog3.0/blob/b433fd62be5dc778367768bf356c57d670e4c15f/nuxt3-front-end/components/CommentEditor.vue#L5 https://github.com/Naitiam/Naitiam-s-note/blob/f209a737db395ed31cfe546a923645b71d7cc0de/%E5%89%8D%E7%AB%AF%E9%A1%B9%E7%9B%AE/%E4%BB%BF%E6%8E%98%E9%87%91%E9%A1%B9%E7%9B%AE/%E6%96%87%E7%AB%A0%E9%A2%84%E8%A7%88.md?plain=1#L18 安装 mavon-editor 必须 npm install mavon-editor@next 或者指定版本 才是适配 vue3 否则安装的是 last 版本是适配 vue2 ### 统计 https://github.com/xiaohaodu/blog-nuxt3/blob/main/nuxt.config.ts https://blog.csdn.net/u011830129/article/details/125612143 https://blog.csdn.net/torpidcat/article/details/120222387