mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
37 lines
333 B
Markdown
37 lines
333 B
Markdown
# LeagueStats Frontend
|
|
|
|
## Project setup
|
|
|
|
```
|
|
npm install
|
|
```
|
|
|
|
### Compile and hot-reload for development
|
|
|
|
```
|
|
npm run dev
|
|
```
|
|
|
|
### Compile and minify for production
|
|
|
|
```
|
|
npm run build
|
|
```
|
|
|
|
### Test the production build locally
|
|
|
|
```
|
|
npm run preview
|
|
```
|
|
|
|
### Lint files
|
|
|
|
```
|
|
npm run lint
|
|
```
|
|
|
|
### Format files
|
|
|
|
```
|
|
npm run format
|
|
```
|