mirror of
https://github.com/Xevion/lovely.git
synced 2025-12-06 23:15:30 -06:00
Fix README, add banner
This commit is contained in:
25
README.md
25
README.md
@@ -1,24 +1,11 @@
|
|||||||
# lovely
|
# lovely
|
||||||
|
|
||||||
## Project setup
|

|
||||||
```
|
|
||||||
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/).
|
|
||||||
Reference in New Issue
Block a user