This commit is contained in:
N-Pex 2020-11-09 10:34:23 +01:00
parent fd332bda79
commit 2ca7dd3655
2 changed files with 26 additions and 2 deletions

View file

@ -1,2 +1,24 @@
# keanuapp-weblite
A mobile-optimized progressive web app "chat room" experience built upon Matrix
## Project setup
```
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/).