You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This requires node.js installed, please download and install the latest version from their official website given in the list of dependencies above.
79
77
80
78
```
81
79
npm install
82
80
```
83
81
84
82
#### Development Compile & Hot-Reload
85
-
###### NPM:
86
83
87
84
```
88
85
npm run serve
89
86
```
90
87
91
-
###### Yarn:
92
-
93
-
```
94
-
yarn serve
95
-
```
96
-
97
88
#### Production Build
98
-
###### NPM:
99
89
100
90
```
101
91
npm run build
102
92
```
103
93
104
-
###### Yarn:
105
-
106
-
```
107
-
yarn build
108
-
```
109
-
110
-
#### Lints and Fixes
111
-
112
-
```
113
-
npm run lint
114
-
```
115
-
116
-
#### Run Tests
117
-
118
-
```
119
-
npm run lint
120
-
```
121
94
122
95
## Disclaimer
123
96
This is an Open Source application and we take no responsibility for any issues, bugs and conflicts encountered while running this application in environments not controlled and managed by us. Please read license for more information.
0 commit comments