bullish/frontend/README.md
Ameya Shenoy 6e9c9160c9
feat: add basic vue app
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2021-02-09 04:00:23 +05:30

24 lines
320 B
Markdown

# 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/).