Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pmg1989/admin-platform

admin plateform dashboard
https://github.com/pmg1989/admin-platform

admin dashboard dialog jquery knockoutjs platform

Last synced: about 21 hours ago
JSON representation

admin plateform dashboard

Awesome Lists containing this project

README

        

# admin-platform
一个界面优美,功能齐全的后台管理平台

## 演示地址

https://pmg1989.github.io/admin-platform

## 快速开始

克隆项目文件:

```
git clone https://github.com/pmg1989/admin-platform.git
```

进入目录安装依赖:

```
npm install 或者 yarn 或者 yarn install
```

开发:

```bash
run npm start or yarn start or gulp connect

打开 http://localhost:8888
```