An open API service indexing awesome lists of open source software.

https://github.com/iliyazelenko/happy-birthday

Happy birthday static site on Vue 3
https://github.com/iliyazelenko/happy-birthday

birthday congratulations effects happy-birthday template vue3

Last synced: 8 months ago
JSON representation

Happy birthday static site on Vue 3

Awesome Lists containing this project

README

          

# birthday-liza-vue3

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Push to Github Pages
```
git add dist && git commit -m "new build"
git subtree push --prefix dist origin gh-pages
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).