Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ionic/vue

Package Overview
Dependencies
Maintainers
16
Versions
2503
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic/vue

Vue specific wrappers for @ionic/core

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7.8K
decreased by-64.34%
Maintainers
16
Weekly downloads
 
Created
Source

@ionic/vue (alpha)

Ionic Vue.js specific building blocks on top of @ionic/core components.

To get started simply install @ionic/vue and @ionic/core with npm into your project and then register @ionic/vue as a plugin to your vue application.

import Vue from 'vue';
import Ionic from '@ionic/vue';

Vue.use(Ionic);

new Vue({
  router,
  store,
  render: h => h(App)
}).$mount('#app');

Publishing a Native Application

You can now make use of all of the ionic components in your vue application. If you want to publish your app to the App Store or Google Play you will need to use the ionic cli to execute Capacitor commands to do so.

More information on this can be found here. https://beta.ionicframework.com/docs/cli If you want to learn more about Capacitor our dedicated site can be found here. https://capacitor.ionicframework.com/

The commands that you will need to execute are below.

ionic capacitor add
ionic capacitor copy
ionic capacitor run

Current known limitations

This is an alpha release of @ionic/vue so please understand that there are some missing pieces but know that many of the components will work.

  • The shorthand v-model binding is currently not supported
  • Stack navigation for deep transitions is under heavy development at this time.

License

Keywords

FAQs

Package last updated on 22 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc