File tree Expand file tree Collapse file tree 1 file changed +19
-6
lines changed Expand file tree Collapse file tree 1 file changed +19
-6
lines changed Original file line number Diff line number Diff line change 1
1
# vue-chat
2
2
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
+
3
7
## Project setup
4
- ```
8
+
9
+ ``` bash
5
10
yarn install
6
11
```
7
12
13
+ Create ` .env ` file at root project folder follow ` .env.template `
14
+
8
15
### Compiles and hot-reloads for development
9
- ```
16
+
17
+ ``` bash
10
18
yarn serve
11
19
```
12
20
13
21
### Compiles and minifies for production
14
- ```
22
+
23
+ ``` bash
15
24
yarn build
16
25
```
17
26
18
27
### Run your unit tests
19
- ```
28
+
29
+ ``` bash
20
30
yarn test:unit
21
31
```
22
32
23
33
### Run your end-to-end tests
24
- ```
34
+
35
+ ``` bash
25
36
yarn test:e2e
26
37
```
27
38
28
39
### Lints and fixes files
29
- ```
40
+
41
+ ``` bash
30
42
yarn lint
31
43
```
32
44
33
45
### Customize configuration
46
+
34
47
See [ Configuration Reference] ( https://cli.vuejs.org/config/ ) .
You can’t perform that action at this time.
0 commit comments