1 Star 1 Fork 0

apaks/fullcalendar-site-static

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

FullCalendar Website Static Content Build Status

This repo contains the static content for fullcalendar.io.

The source for documentation articles are found in directories like _docs-*.

Reporting Problems

See a problem with the docs? Create a ticket in the main dev repo's issue tracker. All docs-related bugs have the docs label.

Contributing

To make edits to the documentation please submit a Pull Request against the master branch of this repo.

Getting Set Up

First, clone this repo.

Then, install Jekyll (a static-site generator) on your local machine. You can view in-depth instructions, but essentially you need to have ruby available on your machine and then you can run:

gem install jekyll

You also need to have the Rubygem bundler installed:

gem install bundler

Then, cd into the fullcalendar-site-static directory you cloned.

Then, run the following:

npm install
npm run watch

A url will pop up, probably http://127.0.0.1:4000, which you can then view in a browser. If you used the --watch parameter, the built site will rebuild with every edit. If you want a speedier build, use the --incremental parameter, but be aware of its shortcoming.

Linting

Please make sure linting passes before submitting PRs. Run:

npm run lint

空文件

简介

Static content for fullcalendar.io 展开 收起
取消

发行版

暂无发行版

近期动态

接近4年前创建了仓库
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/apaks/fullcalendar-site-static.git
git@gitee.com:apaks/fullcalendar-site-static.git
apaks
fullcalendar-site-static
fullcalendar-site-static
master

搜索帮助