ionic-vue
Installation
SKILL.md
Ionic + Vue App Guidelines
This is a SKILL file, NOT a project. Never run
npm installhere. When creating a new project, ask for the project path or scaffold in a separate directory (e.g.~/Projects/<app>).
When to consult these references
Project setup:
- Create a new Vue Ionic project: new-app.md
- Project structure: project-structure.md
- App configuration (
main.ts,App.vue): app-config.md - Routing (
@ionic/vue-router+beforeEachguard): routing.md
Pages and navigation: