Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zguolee/colortimetable

uni-app 课程表组件,微信小程序、QQ 小程序
https://github.com/zguolee/colortimetable

miniprogram timetable uni-app vue

Last synced: 1 day ago
JSON representation

uni-app 课程表组件,微信小程序、QQ 小程序

Awesome Lists containing this project

README

        



uni-app 课程表组件








## 特性

- 🗓 可视化周选择、课程删除/置顶、课程详情卡片

- ⚡️ [Vue 3](https://github.com/vuejs/vue-next), [Vite 2](https://github.com/vitejs/vite), [pnpm](https://pnpm.js.org/), [ESBuild](https://github.com/evanw/esbuild) - 就是快!

- 🔥 使用 [新的 `` 语法](https://github.com/vuejs/rfcs/pull/227)

- 🦾 TypeScript 的类型检查

## 使用

[uni-app 项目支持 vue 3.0 介绍,及升级指南](https://ask.dcloud.net.cn/article/37834)

- 拉取代码

```bash
git clone https://github.com/zguolee/ColorTimetable.git
```

- 安装依赖

```bash
cd ColorTimetable
pnpm install
```

- 运行

```bash
pnpm run dev:mp-weixin
```

- 发行

```bash
pnpm run build:mp-weixin
```

## Change Log

### Version 2.1.0

#### Features

- Add a page to add and edit course

#### Changed

- **Change course data structure**
- Change the course card display method

### Version 2.0.0

#### Features

- Update from Vue2 to Vue3
- Dark theme

### Version 1.x

[ColorTimetable Vue2](https://github.com/zguolee/ColorTimetable/tree/vue2)

## License

[MIT](./LICENSE) License © 2021-PRESENT [Neil](https://github.com/zguolee)