https://github.com/waridrox/sample-integration-sdk
https://github.com/waridrox/sample-integration-sdk
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/waridrox/sample-integration-sdk
- Owner: waridrox
- Created: 2022-02-08T11:53:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T14:07:05.000Z (over 4 years ago)
- Last Synced: 2025-01-03T23:45:10.772Z (over 1 year ago)
- Language: Vue
- Size: 858 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3 sample app for integration with Zighra SDK
https://sidv2.zighra.com:8443/docs/web/quick-start
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).