Fix README, add banner

This commit is contained in:
Xevion
2022-04-04 22:07:42 -05:00
parent 5d5cd53c51
commit 0bf932ec40

View File

@@ -1,24 +1,11 @@
# lovely # lovely
## Project setup ![Lovely Project Banner](./public/Lovely-Banner.jpg)
```
npm install
```
### Compiles and hot-reloads for development A small project I made to play around with 2d canvases, motion blur effects and trying out canvas APIs for the first time.
```
npm run serve
```
### Compiles and minifies for production ## Setup, Development and Production
```
npm run build
```
### Lints and fixes files - Setup: `npm install`
``` - Development: `npm run serve`
npm run lint - Build: `npm run build`
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).