https://github.com/fullstack-dev3/vue-calendar
Custom calendar built by Vue.js
https://github.com/fullstack-dev3/vue-calendar
calendar-events components eslint momentjs node-sass responsive sass-loader typescript vue-cli vue3
Last synced: 4 days ago
JSON representation
Custom calendar built by Vue.js
- Host: GitHub
- URL: https://github.com/fullstack-dev3/vue-calendar
- Owner: fullstack-dev3
- Created: 2023-08-08T06:08:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T09:23:45.000Z (over 2 years ago)
- Last Synced: 2025-04-05T18:13:55.807Z (10 months ago)
- Topics: calendar-events, components, eslint, momentjs, node-sass, responsive, sass-loader, typescript, vue-cli, vue3
- Language: Vue
- Homepage: https://vue-calendar-topaz.vercel.app
- Size: 270 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-calendar
Visit the site: https://vue-calendar-topaz.vercel.app
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```