Changes
This commit is contained in:
parent
fd332bda79
commit
2ca7dd3655
2 changed files with 26 additions and 2 deletions
24
README.md
24
README.md
|
|
@ -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/).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue