Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pmg1989/admin-platform
- Owner: pmg1989
- Created: 2016-03-02T06:26:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T07:00:06.000Z (over 7 years ago)
- Last Synced: 2024-05-21T07:41:57.862Z (6 months ago)
- Topics: admin, dashboard, dialog, jquery, knockoutjs, platform
- Language: JavaScript
- Homepage: http://pmg1989.github.io/admin-platform
- Size: 4.22 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```