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
- Host: GitHub
 - URL: https://github.com/iliyazelenko/happy-birthday
 - Owner: iliyaZelenko
 - Created: 2022-03-20T16:48:22.000Z (over 3 years ago)
 - Default Branch: main
 - Last Pushed: 2022-03-20T17:23:56.000Z (over 3 years ago)
 - Last Synced: 2025-02-24T11:50:05.933Z (8 months ago)
 - Topics: birthday, congratulations, effects, happy-birthday, template, vue3
 - Language: Vue
 - Homepage:
 - Size: 1.42 MB
 - Stars: 2
 - Watchers: 2
 - Forks: 1
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 
 
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/).