Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zguolee/colortimetable
uni-app 课程表组件,微信小程序、QQ 小程序
https://github.com/zguolee/colortimetable
miniprogram timetable uni-app vue
Last synced: about 2 months ago
JSON representation
uni-app 课程表组件,微信小程序、QQ 小程序
- Host: GitHub
- URL: https://github.com/zguolee/colortimetable
- Owner: zguolee
- License: mit
- Created: 2021-04-18T07:27:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T07:30:27.000Z (about 2 years ago)
- Last Synced: 2023-03-10T06:02:40.425Z (over 1 year ago)
- Topics: miniprogram, timetable, uni-app, vue
- Language: Vue
- Homepage: color-timetable.vercel.app
- Size: 2.09 MB
- Stars: 86
- Watchers: 2
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)