All Projects → zhaoyu69 → Antd Spa

zhaoyu69 / Antd Spa

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Antd Spa

React Antd Admin
后台前端管理系统,基于react、typescript、antd、dva及一些特别优秀的开源库实现
Stars: ✭ 117 (-62.5%)
Mutual labels:  express, antd
Ktv Select music System
KTV点歌系统,含后台管理系统(完整版)
Stars: ✭ 305 (-2.24%)
Mutual labels:  express
Myblog
vue + node 实现的一个博客系统
Stars: ✭ 285 (-8.65%)
Mutual labels:  express
Jianshu
仿简书nx+nodejs+nestjs6+express+mongodb+angular8+爬虫
Stars: ✭ 296 (-5.13%)
Mutual labels:  express
Express React Fullstack
Simple, Useful Full Stack Express and React Application
Stars: ✭ 286 (-8.33%)
Mutual labels:  express
Many People Blog
🎈基于vue+node+mysql的多人博客,带后台管理系统。支持:登陆/注册,留言,评论/回复,点赞,记录浏览数量,带有相册功能,内容丰富,当然也可以发表文章。欢迎使用!
Stars: ✭ 300 (-3.85%)
Mutual labels:  express
Practice
💦 你没有见过的终极实战
Stars: ✭ 283 (-9.29%)
Mutual labels:  express
Express Promise Router
A lightweight wrapper for Express 4's Router that allows middleware to return promises
Stars: ✭ 309 (-0.96%)
Mutual labels:  express
Egg Ant Design Pro
showcase for Egg loves Ant Design
Stars: ✭ 304 (-2.56%)
Mutual labels:  antd
Kubernetes Handbook Projects
Project codes used in "The Kubernetes Handbook"
Stars: ✭ 294 (-5.77%)
Mutual labels:  express
Instaclone
An instagram clone created with the MERN stack
Stars: ✭ 289 (-7.37%)
Mutual labels:  express
Restyped
End-to-end typing for REST APIs with TypeScript
Stars: ✭ 287 (-8.01%)
Mutual labels:  express
Securing Restful Apis With Jwt
How to secure a Nodejs RESTful CRUD API using JSON web tokens?
Stars: ✭ 301 (-3.53%)
Mutual labels:  express
Vueblog
Stars: ✭ 285 (-8.65%)
Mutual labels:  express
Node Abc
《Node.js入门教程》
Stars: ✭ 306 (-1.92%)
Mutual labels:  express
Nodejs Restful Api
How to create a RESTful CRUD API using Nodejs?
Stars: ✭ 285 (-8.65%)
Mutual labels:  express
Pro Mern Stack
Code Listing for the book Pro MERN Stack
Stars: ✭ 290 (-7.05%)
Mutual labels:  express
Vue Fullstack
vue fullstack template
Stars: ✭ 297 (-4.81%)
Mutual labels:  express
Umi Admin
基于蚂蚁金服 umi 可插拔的企业级 react 应用框架开发的 Admin。最核心特点:对后端开发人员友好
Stars: ✭ 310 (-0.64%)
Mutual labels:  antd
Nest Angular
NestJS, Angular 6, Server Side Rendering (Angular Universal), GraphQL, JWT (JSON Web Tokens) and Facebook/Twitter/Google Authentication, Mongoose, MongoDB, Webpack, TypeScript
Stars: ✭ 307 (-1.6%)
Mutual labels:  express

ANTD-SPA

React+Antd后台管理系统

效果图

login.gif

main.gif

date.gif

add.gif

update.gif

del.gif

search.gif

echarts.gif

richText.png

upload.png

快速开始

1.克隆项目

git clone [email protected]:zhaoyu69/antd-spa.git

2.安装客户端依赖

cd client
npm i

3.运行客户端

npm run start

4.安装服务端依赖

cd ../server
npm i 

5.运行服务端

npm run start 
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].