Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ovilia/2019-typography-calendar
2019 字体日历 App
https://github.com/Ovilia/2019-typography-calendar
calendar ionic mobile mobile-app
Last synced: 6 days ago
JSON representation
2019 字体日历 App
- Host: GitHub
- URL: https://github.com/Ovilia/2019-typography-calendar
- Owner: Ovilia
- Created: 2018-12-09T13:11:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T01:14:22.000Z (almost 5 years ago)
- Last Synced: 2024-10-31T04:02:41.513Z (14 days ago)
- Topics: calendar, ionic, mobile, mobile-app
- Language: TypeScript
- Homepage: http://zhangwenli.com/2019-typography-calendar/
- Size: 134 MB
- Stars: 335
- Watchers: 19
- Forks: 29
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2019 字体日历 App
![Website](./design/website.png)
![Design](./design/all.png)
## 本地调试方法
[![Build Status](https://travis-ci.com/Ovilia/2019-typography-calendar.svg?branch=master)](https://travis-ci.com/Ovilia/2019-typography-calendar)
先安装 [Node.js](https://nodejs.org/en/)、[npm](https://www.npmjs.com/get-npm)。
```
npm install -g [email protected]
npm install -g [email protected]
```然后执行 `ionic serve` 会起一个本地服务器,在 Chrome 中调试。