# nuxt_demo **Repository Path**: SuperWindcloud/nuxt_demo ## Basic Information - **Project Name**: nuxt_demo - **Description**: Nuxt3模版示例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-25 - **Last Updated**: 2025-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nuxt3模版示例 # 快速开始 > `pnpm i && pnpm dev ` ## 依赖 - Typescript - 状态管理 `pinia` + `pinia-plugin-persistedstate`持久化 - 样式库 `unocss` - 工具库 `lodash` `vueuse` - 代码风格 `eslint` `@antfu/eslint-config` - 动画 `lottie-web` - UI库 arco `@arco-design/web-vue` + 自动引入 `unplugin-vue-components` - 视频播放器 `DPlayer` - GZIP压缩 `vite-plugin-compression` ## 全局状态管理pinia `stores/user.store.ts` 示例使用setup语法. 持久化插件,默认使用cookie,不然服务端使用token认证会出问题.