Loading repository dataβ¦
Loading repository dataβ¦
pferreirafabricio / repository
ποΈ 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
[!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.
https://github.com/pferreirafabricio/ionic-vue-boilerplate.gitcd ionic-vue-boilerplatecp .env.example .envnpm installnpm run serve or npm run devhttp://localhost:8080 in your browser and be happy πgit checkout -b my-featuregit commit -m 'feat: My new feature'git push origin my-featureThis project is under the MIT license. Take a look at the LICENSE file for more details.