Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluffychi-xing/meetingroom
掘金小册-基于Nest的会议室预订系统前端实现,使用Vue 3.0 + Element Plus
https://github.com/fluffychi-xing/meetingroom
element-plus nestjs tailwindcss vue
Last synced: about 1 month ago
JSON representation
掘金小册-基于Nest的会议室预订系统前端实现,使用Vue 3.0 + Element Plus
- Host: GitHub
- URL: https://github.com/fluffychi-xing/meetingroom
- Owner: FluffyChi-Xing
- License: mit
- Created: 2024-04-20T12:13:08.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-06-23T10:45:19.000Z (7 months ago)
- Last Synced: 2024-06-23T11:46:47.142Z (7 months ago)
- Topics: element-plus, nestjs, tailwindcss, vue
- Language: Vue
- Homepage:
- Size: 208 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# meetingRoom
This template should help get you started developing with Vue 3 in Vite.
掘金小册Nest实战项目之Nest会议室预订系统
![image](https://github.com/FluffyChi-Xing/meetingRoom/assets/121754413/5b789f78-33f2-4106-bac3-e6d0f25f9690)## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```