# firefly **Repository Path**: yhcltd/firefly ## Basic Information - **Project Name**: firefly - **Description**: 萤火虫MIT官网,Nuxt3框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-05-29 - **Last Updated**: 2025-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nuxt 3 Minimal Starter Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. ## Setup Make sure to install the dependencies: ```bash # pnpm pnpm i # pnpm pnpm dev ``` ## 工程化配置 1. eslint + @antfu/eslint-config 2. commitlint + simple-git-hooks + lint-staged 优先使用: pnpm commit 可视化进行提交,代码校验 3. only-allow: npx only-allow pnpm 4. scss + @unocss/nuxt + @unocss/reset 5. utils/composables: nuxt-lodash + vueuse ## 待接入(暂无该需求) 1. 比如: @pinia/nuxt ... ## 使用 Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.