https://github.com/gollyticker/new-year-counter
Simple New Year Countdown for your next celebration
https://github.com/gollyticker/new-year-counter
Last synced: 3 months ago
JSON representation
Simple New Year Countdown for your next celebration
- Host: GitHub
- URL: https://github.com/gollyticker/new-year-counter
- Owner: GollyTicker
- Created: 2022-01-02T15:00:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T15:41:15.000Z (6 months ago)
- Last Synced: 2025-02-02T00:27:36.836Z (5 months ago)
- Language: Vue
- Size: 3.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# New Year Counter
Simple New Year Countdown for your next celebration available online at [swaneet.eu/new-year](https://swaneet.eu/new-year).## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```Open `localhost:8080` in the browser. Open `localhost:8080?test` to artificially start on a small countdown number.
### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Update all dependencies
https://www.npmjs.com/package/npm-check-updates
```
ncu --upgrade
#check changes
npm install
git commit -m "update dependencies"
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).