KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
dms-vue
★ 17
Open GitHub ↗
基于 vue + element UI 宿舍管理系统
Download README (.md)
Explore Similar Repositories
node-email-extractor
:
Extract emails from text and also from a site page
apollo-cloud-file-uploads
:
☝️ Uploading files to S3, Cloudinary, and other cloud services using Apollo Server and Apollo Client (Hooks).
product-order-services
:
This project contains prototype modules for making a simple product order system based on micro-service architecture.
vuexr
:
VueXR is a Vue plugin that let's you project regular DOM components onto augmented reality (AR) markers in real-time.
Ishan7390.github.io
:
Portfolio Website
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dms-vue
?
Download (.md)
<p align="center"> <h1 align="center">宿舍管理 -- vue app</h1> </p> ### 介绍 由vue搭建的、宿舍管理系统。这个是另一个[宿舍管理系统后端](https://github.com/icocowen/dms-spring-boot)的前端app。如果需要运行则需要启动后端项目。 or 👌 注释<strong color="green">router/index.ts</strong>的axios的全局拦截器的这段代码即可。 ```typescript if (to.meta.requiresAuth) { if(store.state.token == null || store.state.token == undefined || store.state.token.length == 0) { next({name: 'login', query: {redirect: to.fullPath} }); return; } } ``` ### 界面展示 * 首页 🐱🐉  * 登录页 🎗  * 公示板 🎃  * 个人信息页 🎇  * 统计报表页 🧨  * 还有更多... 这就不截图了 🧣 ### 项目安装 ``` npm run install ``` ### 运行 ``` npm run serve ``` ### 编译 ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` #### 如果喜欢请点个star 😁✨