ionic-vue-boilerplate
ionic-vue-boilerplate copied to clipboard
๐๏ธ A simple Ionic app structure made with Vue 3, Capacitor, and JavaScript (dependency with TypeScript removed). This boilerplate provides basic components like buttons, loading, inputs, etc
Ionic + Vue + Capacitor = ๐
A simple Ionic app template, using VueJS framework and Capacitor. It brings a simple folder structure and some components.
๐ Overview
[!NOTE] Take a look at https://pferreirafabricio.github.io/ionic-vue-boilerplate for a live test. OBS: Don't forget to press F12 and toggle device emulation to view it in mobile view.
[!NOTE] If you prefer you can download the .apk file on the releases page
๐ About
This project is a boilerplate for building mobile applications using Ionic and Vue. It includes a variety of components and features, such as a login screen, a home screen, and some UI components.
๐งฑ This project was built with
๐๐ปโโ๏ธ Installing and Running
- Clone this repository
https://github.com/pferreirafabricio/ionic-vue-boilerplate.git - Enter in the project's folder:
cd ionic-vue-boilerplate - Run
cp .env.example .env - Run
npm install - Run
npm run serveornpm run dev - Access
http://localhost:8080in your browser and be happy ๐
โป Contribute
- Fork this repository
- Create a branch with your feature:
git checkout -b my-feature - Commit your changes:
git commit -m 'feat: My new feature' - Push your branch:
git push origin my-feature
๐งพ License
This project is under the MIT license. Take a look at the LICENSE file for more details.
๐ Learn more
- Ionic Vue Docs: https://ionicframework.com/docs/vue/overview