https://github.com/sariskaio/sariska-chat-vuejs
https://github.com/sariskaio/sariska-chat-vuejs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sariskaio/sariska-chat-vuejs
- Owner: SariskaIO
- Created: 2021-02-09T06:26:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T09:09:55.000Z (11 months ago)
- Last Synced: 2024-12-30T03:41:51.162Z (7 months ago)
- Language: Vue
- Size: 494 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).