Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sariskaio/sariska-chat-vuejs


https://github.com/sariskaio/sariska-chat-vuejs

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# sariska-chat-vue

## Project setup

### Before you Run the Code

In file src/utils/index.js, replace {your-api-key} with the api key generated from your account at console.sariska.io

### add following script in package.json if node.js > 17 :
"dev": "NODE_OPTIONS='--openssl-legacy-provider' npm run serve",
```
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/).