vue-spring-calendar
Full Calendar based on Vue.js
File Explorer
- demo.html
- spring-calendar.common.js
- spring-calendar.common.js.map
- spring-calendar.umd.js
- spring-calendar.umd.js.map
- spring-calendar.umd.min.js
- spring-calendar.umd.min.js.map
- app.abc98d8c.js
- app.abc98d8c.js.map
- chunk-vendors.668181e8.js
- chunk-vendors.668181e8.js.map
- favicon.ico
- index.html
- favicon.ico
- index.html
- index.js
- NextButton.vue
- PrevButton.vue
- colors.js
- Day.vue
- Days.vue
- Fragment.js
- Month.vue
- SpringCalendar.vue
- style.scss
- useCalendar.js
- useContext.js
- Week.vue
- Year.vue
- App.vue
- main.js
- .gitignore
- babel.config.js
- package-lock.json
- package.json
- README.md
- vue.config.js
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
// repository documentation
Was this content helpful?
(0 ratings)
