Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```