https://github.com/alipajand/bootstrap_calendar
Persian Datepicker in Bootstrap
https://github.com/alipajand/bootstrap_calendar
bootstrap datepicker vue
Last synced: about 2 months ago
JSON representation
Persian Datepicker in Bootstrap
- Host: GitHub
- URL: https://github.com/alipajand/bootstrap_calendar
- Owner: alipajand
- License: mit
- Created: 2018-10-30T05:00:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-15T15:12:48.000Z (about 3 years ago)
- Last Synced: 2025-02-22T01:42:22.439Z (over 1 year ago)
- Topics: bootstrap, datepicker, vue
- Language: SCSS
- Homepage:
- Size: 661 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Persian Calendar
vue js calendar based on vue-bootstrap
## Project setup for development
```
yarn install
yarn run serve
```
### Requirements
- [Bootstrap-Vue](https://bootstrap-vue.js.org/)
### Basic configs
```
import Vue from 'vue';
import 'persian-calendar/src/styles/index.scss';
import CalendarComponent from 'persian-calendar';
Vue.use(CalendarComponent);
```
### Example
```
```