日历 该项目是使用版本9.0.0生成的。 开发服务器 为开发服务器运行ng serve 。 导航到http://localhost:4200/ 。 如果您更改任何源文件,该应用程序将自动重新加载。 代码脚手架 运行ng generate component component-name生成一个新的组件。 您还可以使用ng generate directive|pipe|service|class|guard|interface|enum|module 。 建造 运行ng build来构建项目。 构建工件将存储在dist/目录中。 使用--prod标志进行生产构建。 运行单元测试 运行ng test以通过执行单元测试。 运行端到端测试 运行ng e2e通过执行端到端测试。 进一步的帮助 要获得有关Angular CLI的更多帮助,请使用ng help或查看 。
2021-03-10 14:10:10 136KB
1
兼容IE5的日历插件
2021-03-10 14:08:06 20KB 日历插件
1
日历应用 项目设置 npm install 对于后端,您需要安装 npm i -g json-server or npm i json-server 然后运行它: json-server --watch db.json 要运行该应用程序: npm run serve
2021-03-06 16:06:10 17KB vuejs calendar Vue
1
FSCalendar(日历控件).zip
2021-03-05 18:11:44 696KB calendar 日历 ios 开发
1
用ViewPager+自定义的MonthDateView实现可无限滑动的日历查看、事务标识
2021-03-05 17:20:46 37.02MB Calendar
1
React日历 受启发的日历组件。 $ npm install react-calendar-component 注意:npm名称是react-calendar-component ! 这是用于使用React渲染每月日历的低级组件。 该组件将调用您提供的renderDay和renderHeader函数,以为给定Date的月份创建日历。 两者都提供了非常基本的默认实现,但是可以覆盖它们以适合您的用例。 本说明如何创建常规网格日历。 现场演示 用法 import React , { Component } from 'react' ; import { render } from 'react-dom' ; import { Calendar } from 'react-calendar-component' ; import moment from 'moment' ; import '
2021-03-02 09:06:57 171KB react calendar datepicker JavaScript
1
无服务器Node.js入门 一个无服务器启动器,它添加了ES6,TypeScript,无服务器脱机,lint,环境变量和单元测试支持。 指南的一部分。 使用插件和插件。 它支持: 使用Webpack生成优化的Lambda软件包 在处理程序函数中使用ES6或TypeScript 在本地运行API网关使用serverless offline start 支持单元测试运行npm test以运行您的测试 正确错误消息的源映射 错误消息显示正确的行号 与CloudWatch一起在生产中使用 使用ESLint整理代码 为您的阶段添加环境变量 无需管理Webpack或Babel配置 演示版 该服务的演示版本托管在AWS上-https: 这是其背后的ES6来源 export const hello = async ( event , context ) => { return {
2021-02-27 21:03:22 129KB JavaScript
1
大日历React 一个为React构建的事件日历组件,是为现代浏览器(阅读:IE10 +)制作的,并在传统的表格接收方法上使用了flexbox。 受启发。 使用和设置 yarn add react-big-calendar或npm install --save react-big-calendar 包括用于样式的react-big-calendar/lib/css/react-big-calendar.css ,并确保日历的容器元素具有高度,否则日历将不可见。 要提供自己的自定义样式,请参阅“主题。 初学者 在本地运行示例 $ git clone git@github.com:intljusticemission/react-big-calendar.git $ cd react-big-calendar $ yarn $ yarn examples 打开 。 本地化和日期格式 rea
2021-02-20 12:03:47 1.75MB JavaScript
1
自述文件 用户テーブル 柱子 类型 选项 姓名 细绳 null:假 电子邮件 细绳 null:假 密码 细绳 null:假 协会 has_many:users_events has_many:events,通过:users_events 活动テーブル 柱子 类型 选项 姓名 细绳 null:假 年 整数 null:假 月 整数 null:假 天 整数 null:假 start_hour 整数 null:假 start_minute 整数 null:假 投 文本 null:假 地方 细绳 null:假 price_future 细绳 price_today 细绳 null:假 票务链接 细绳 协会 has_many:users_events has_many:users,通过:users_events users_eventsテーブル 柱子 类型 选项 用户 参考 null:fa
2021-02-16 12:17:49 2.23MB Ruby
1
react-material-calendar:受Google日历应用启发的React组件
2021-02-03 09:37:39 94KB react material-design calendar material-ui
1