An open API service indexing awesome lists of open source software.

https://github.com/totvs/mingle-sample-vue


https://github.com/totvs/mingle-sample-vue

Last synced: 6 months ago
JSON representation

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
```