# wxt-template **Repository Path**: last.html/wxt-template ## Basic Information - **Project Name**: wxt-template - **Description**: wxt框架模版 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-11-13 - **Last Updated**: 2025-11-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WXT + Vue 3 This template should help get you started developing with Vue 3 in WXT. ## Recommended IDE Setup - [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar). # 初始化项目 nvm use v20.19.0 yarn install yarn add --dev wxt # 开发启动 yarn run dev # 检查 npm run compile yarn tsc --noEmit #打包 yarn run build