File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
- # jjeditor
1
+ # dddraft
2
2
3
3
## Project setup
4
+
4
5
```
5
6
yarn install
6
7
```
7
8
8
9
### Compiles and hot-reloads for development
10
+
9
11
```
10
12
yarn run serve
11
13
```
12
14
13
15
### Compiles and minifies for production
16
+
14
17
```
15
18
yarn run build
16
19
```
17
20
18
21
### Run your tests
22
+
19
23
```
20
24
yarn run test
21
25
```
22
26
23
27
### Lints and fixes files
28
+
24
29
```
25
30
yarn run lint
26
31
```
Original file line number Diff line number Diff line change 19
19
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
20
20
< meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
21
21
< link rel ="icon " href ="<%= BASE_URL %>favicon.ico ">
22
- < title > jjeditor </ title >
22
+ < title > dddraft </ title >
23
23
</ head >
24
24
25
25
< body >
26
26
< noscript >
27
- < strong > We're sorry but jjeditor doesn't work properly without JavaScript enabled. Please enable it to continue.</ strong >
27
+ < strong > We're sorry but dddraft doesn't work properly without JavaScript enabled. Please enable it to continue.</ strong >
28
28
</ noscript >
29
29
< div id ="app "> </ div >
30
30
<!-- built files will be auto injected -->
You can’t perform that action at this time.
0 commit comments