Skip to content

Commit 2360eb3

Browse files
authored
Fix client conflicts
Uploaded files manually hoping it would commit them
1 parent 752795c commit 2360eb3

21 files changed

+32940
-32914
lines changed

client/README.md

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
# client
2-
3-
## Project setup
4-
```
5-
npm install
6-
```
7-
8-
### Compiles and hot-reloads for development
9-
```
10-
npm run serve
11-
```
12-
13-
### Compiles and minifies for production
14-
```
15-
npm run build
16-
```
17-
18-
### Lints and fixes files
19-
```
20-
npm run lint
21-
```
22-
23-
### Customize configuration
24-
See [Configuration Reference](https://cli.vuejs.org/config/).
1+
# client
2+
3+
## Project setup
4+
```
5+
npm install
6+
```
7+
8+
### Compiles and hot-reloads for development
9+
```
10+
npm run serve
11+
```
12+
13+
### Compiles and minifies for production
14+
```
15+
npm run build
16+
```
17+
18+
### Lints and fixes files
19+
```
20+
npm run lint
21+
```
22+
23+
### Customize configuration
24+
See [Configuration Reference](https://cli.vuejs.org/config/).

client/babel.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module.exports = {
2-
presets: ["@vue/cli-plugin-babel/preset"]
3-
};
1+
module.exports = {
2+
presets: ["@vue/cli-plugin-babel/preset"]
3+
};

0 commit comments

Comments
 (0)