- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/xwpongithub/vue-better-calendar
- 软件文档: https://github.com/xwpongithub/vue-better-calendar/blob/master/README.md
- 官方下载: https://github.com/xwpongithub/vue-better-calendar
软件介绍
vue-better-calendar
vue-better-calendar是一个基于 Vue 的日期选择插件,它提供了四种日期选择模式(范围选择,多选,签到,单选)
安装
使用npm安装
npm install --save vue-better-calendar
ES6方式导入
import VueBetterCalendar from 'vue-better-calendar' Vue.use(VueBetterCalendar)
在组件中引入
<vue-better-calendar></vue-better-calendar>
直接连入页面使用
<script src="https://unpkg.com/vue@2.5.16/dist/vue.js"></script> <script src="https://unpkg.com/vue-better-calendar@1.0.0/dist/vue-better-calendar.js"></script>
<vue-better-calendar></vue-better-calendar>
The Pragmatic Programmer
Andrew Hunt、David Thomas / Addison-Wesley Professional / 1999-10-30 / USD 49.99
本书直击编程陈地,穿过了软件开发中日益增长的规范和技术藩篱,对核心过程进行了审视――即根据需求,创建用户乐于接受的、可工作和易维护的代码。本书包含的内容从个人责任到职业发展,直至保持代码灵活和易于改编重用的架构技术。从本书中将学到防止软件变质、消除复制知识的陷阱、编写灵活、动态和易适应的代码、避免出现相同的设计、用契约、断言和异常对代码进行防护等内容。一起来看看 《The Pragmatic Programmer》 这本书的介绍吧!
