https://github.com/patrikken/chat.frontend
Frontend of a chat app on Vue.js + TypeScript
https://github.com/patrikken/chat.frontend
Last synced: 3 months ago
JSON representation
Frontend of a chat app on Vue.js + TypeScript
- Host: GitHub
- URL: https://github.com/patrikken/chat.frontend
- Owner: patrikken
- Created: 2019-04-01T15:52:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T15:59:12.000Z (about 6 years ago)
- Last Synced: 2025-01-10T11:31:17.813Z (4 months ago)
- Language: Vue
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).