Created separate project for frontend
This commit is contained in:
parent
030531277c
commit
64edb1219a
95 changed files with 27768 additions and 25 deletions
24
trader-frontend/README.md
Normal file
24
trader-frontend/README.md
Normal 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/).
|
||||
Loading…
Add table
Add a link
Reference in a new issue