Skip to content

Commit ae6f81e

Browse files
committed
update
1 parent 30f121d commit ae6f81e

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

README.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,47 @@
11
# vue-chat
22

3+
Chat web application with implementation of [VueJS](https://vuejs.org/)
4+
5+
Backend can be found [here](https://github.com/lPaths/node-chat)
6+
37
## Project setup
4-
```
8+
9+
```bash
510
yarn install
611
```
712

13+
Create `.env` file at root project folder follow `.env.template`
14+
815
### Compiles and hot-reloads for development
9-
```
16+
17+
```bash
1018
yarn serve
1119
```
1220

1321
### Compiles and minifies for production
14-
```
22+
23+
```bash
1524
yarn build
1625
```
1726

1827
### Run your unit tests
19-
```
28+
29+
```bash
2030
yarn test:unit
2131
```
2232

2333
### Run your end-to-end tests
24-
```
34+
35+
```bash
2536
yarn test:e2e
2637
```
2738

2839
### Lints and fixes files
29-
```
40+
41+
```bash
3042
yarn lint
3143
```
3244

3345
### Customize configuration
46+
3447
See [Configuration Reference](https://cli.vuejs.org/config/).

0 commit comments

Comments
 (0)