uniapp-vue3-template
Build cross-platform uni-app Vue 3 apps with AI-ready tooling
All Skills in This Repository (14)
Pure Emerald Level Indicatorsantfu
Configure web development tooling with Anthony Fu's opinionated preferences.
vue
Guide Vue 3 Composition API usage with ref, reactive, and script setup.
vue-best-practices
Enforce Vue 3 typing best practices for components and templates.
pnpm
Manage Node.js dependencies across monorepos with pnpm workspaces.
vite
Configure Vite dev servers, plugins, and production builds for Vue and React.
pinia
Define and consume type-safe Vue 3 stores with Pinia.
unocss
Generate on-demand atomic CSS utilities with presets, variants, and directives.
antfu
Applies Anthony Fu's opinionated tooling preferences for TypeScript web development projects.
vue
Implements Vue 3 Composition API patterns for components, reactivity, and TypeScript.
vue-best-practices
Applies Vue 3 TypeScript, vue-tsc, and Volar best practices when writing and reviewing components.
pnpm
Manage Node.js dependencies with pnpm workspaces, catalogs, patches, and overrides.
vite
Configure Vite build tooling, plugins, dev server, and production builds for frontend projects.
Frequently Asked Questions
FAQPage SchemaHow to install uniapp-vue3-template?▼
Run `npx skills add oyjt/uniapp-vue3-template --all -g -y` in your terminal to install all skills in this suite globally.
What does this uni-app template include?▼
It ships with Vue 3, TypeScript, Vite, Pinia, UnoCSS, and uview-plus, plus built-in login guards, token auto-refresh, i18n, and multi-environment builds for H5 and WeChat mini-programs.
How do the AI skills help my coding agent?▼
The bundled skills teach your agent official best practices for Vue, Vite, Pinia, pnpm, and UnoCSS, so it generates code that follows this template's conventions without extra prompting.
Does it work with Claude Code, Cursor, and Trae?▼
Yes. The skills are mirrored under .claude, .cursor, .trae, and .agents directories, so they load natively in all major AI coding tools.
Can I build WeChat mini-programs automatically?▼
Yes. The template includes CI scripts based on miniprogram-ci that preview and upload your mini-program builds with a single pnpm command.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core