Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webengage/we-vuejs-sample
https://github.com/webengage/we-vuejs-sample
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/webengage/we-vuejs-sample
- Owner: WebEngage
- Created: 2023-03-06T10:57:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T05:12:51.000Z (2 months ago)
- Last Synced: 2024-09-13T20:11:22.988Z (2 months ago)
- Language: Vue
- Size: 1.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# we-vuejs-sample
Capcitor-Vue Sample App with WebEngage Integration#### Requirements ####
The following frameworks/IDE should be installed on your device before running this sample app:
1. NodeJS2. XCode
3. CocoaPods
#### Steps to run capacitor-vue sample app: ####
1. Open the file location of the project in terminal and execute below command to install the node modules:
>npm i
2. Now execute below command to install the WebEngage latest plugin to the project:>npm install cordova-plugin-webengage
>npm install @awesome-cordova-plugins/webengage
3. Execute the below command to run the application:>ionic capacitor run ios
>ionic capacitor run android