Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reslear/ionic-vue-capacitor
Ionic Capacitor Vue pnpm vite monorepo template starter
https://github.com/reslear/ionic-vue-capacitor
android capacitor ionic ios monorepo pnpm vite vue3
Last synced: 11 days ago
JSON representation
Ionic Capacitor Vue pnpm vite monorepo template starter
- Host: GitHub
- URL: https://github.com/reslear/ionic-vue-capacitor
- Owner: reslear
- Created: 2022-05-05T12:08:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T16:24:05.000Z (5 months ago)
- Last Synced: 2024-08-06T19:24:10.631Z (5 months ago)
- Topics: android, capacitor, ionic, ios, monorepo, pnpm, vite, vue3
- Language: Swift
- Homepage:
- Size: 2.32 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clean monorepo Template with Vue, Ionic, and Capacitor
- Ionic 8
- Vue 3.4
- Capacitor 6
- Typescript 5.5## Installation
```bash
pnpm install
```## Development HMR
Go to app folder `cd ./packages/app` and run the following command:
```bash
# pwa
pnpm dev# ios
pnpm ionic cap run ios# android
pnpm ionic cap run android
```## Build
```bash
pnpm build
```## Documentation
- [vue docs](https://v3.vuejs.org/guide/introduction.html)
- [ionic docs](https://ionicframework.com/docs/components)
- [capacitor docs](https://capacitorjs.com/docs)## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Vue - Official](https://marketplace.visualstudio.com/items?itemName=vue.volar)
## License
[MIT](./LICENSE) License © 2021-Present [reslear](https://github.com/reslear)