https://github.com/kscript/im-example
vue + ts 搭建的IM开发环境
https://github.com/kscript/im-example
im ts typescript vue
Last synced: 3 months ago
JSON representation
vue + ts 搭建的IM开发环境
- Host: GitHub
- URL: https://github.com/kscript/im-example
- Owner: kscript
- Created: 2019-12-24T02:16:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T18:20:53.000Z (about 3 years ago)
- Last Synced: 2025-01-14T21:44:42.609Z (about 1 year ago)
- Topics: im, ts, typescript, vue
- Language: TypeScript
- Homepage:
- Size: 1.53 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# im-example
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).