Created separate project for frontend

This commit is contained in:
Ziver Koc 2021-11-20 23:03:05 +01:00
parent 030531277c
commit 64edb1219a
95 changed files with 27768 additions and 25 deletions

24
trader-frontend/README.md Normal file
View file

@ -0,0 +1,24 @@
# trader-frontend
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).