2020-02-09 07:13:33 +00:00
|
|
|
# The bluefire frontend
|
|
|
|
|
|
|
|
## Project setup
|
|
|
|
```
|
|
|
|
yarn install
|
2020-02-09 07:29:19 +00:00
|
|
|
vim .env
|
|
|
|
# Edit VUE_APP_API_URL to point to API endpoint
|
2020-02-09 07:13:33 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
### Compiles and hot-reloads for development
|
|
|
|
```
|
|
|
|
yarn serve
|
|
|
|
```
|
|
|
|
|
|
|
|
### Compiles and minifies for production
|
|
|
|
```
|
|
|
|
yarn build
|
|
|
|
```
|
|
|
|
|
|
|
|
### Lints and fixes files
|
|
|
|
```
|
|
|
|
yarn lint
|
|
|
|
```
|
|
|
|
|
|
|
|
### Customize configuration
|
|
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|