Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alipajand/bootstrap_calendar
Persian Datepicker in Bootstrap
https://github.com/alipajand/bootstrap_calendar
bootstrap datepicker vue
Last synced: 11 days ago
JSON representation
Persian Datepicker in Bootstrap
- Host: GitHub
- URL: https://github.com/alipajand/bootstrap_calendar
- Owner: alipajand
- Created: 2018-10-30T05:00:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-11T09:18:06.000Z (over 3 years ago)
- Last Synced: 2023-03-05T19:58:06.807Z (over 1 year ago)
- Topics: bootstrap, datepicker, vue
- Language: CSS
- Homepage:
- Size: 659 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
``````