https://github.com/totvs/mingle-sample-vue
https://github.com/totvs/mingle-sample-vue
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/totvs/mingle-sample-vue
- Owner: totvs
- Created: 2019-07-31T17:45:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T04:26:06.000Z (over 3 years ago)
- Last Synced: 2024-04-14T07:47:28.301Z (over 2 years ago)
- Language: Vue
- Size: 4.36 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mingle with React
## Project setup
```
npm install
```
### Mingle Configuration
```
Before compiling an application, configure Mingle according to your environment in the HelloWorld.vue file.
Set the config.app_identifier constant with your app id value.
Set the config.server constant with the url of the desired Mingle environment.
```
### Compiles and hot-reloads for development
```
npm run serve
```