A simple Ionic app template, using VueJS framework and Capacitor. It brings a simple folder structure and some components.
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
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.
- 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 serve
ornpm run dev
- Access
http://localhost:8080
in your browser and be happy π
- 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
This project is under the MIT license. Take a look at the LICENSE file for more details.
- Ionic Vue Docs: https://ionicframework.com/docs/vue/overview