egg.js 完整實例2后台管理系統


項目地址 github.com/richard1015…

技術棧 Vue.js、iview、websocket、Amap

演示地址:

功能說明

  • 1.登錄
  • 2.用戶管理(增刪改查)
  • 3.內容管理(增刪改查)支持高德地圖抓取經緯度
    1. 文件上傳 token驗證
  • 5.后台WebSocket 日志 實時推送 token驗證

功能截圖

 

 

QuickStart

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run e2e tests
npm run e2e

# run all tests
npm test
復制代碼

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

doc tree

.
├── LICENSE
├── README.md
├── build
│   ├── build.js
│   ├── check-versions.js
│   ├── logo.png
│   ├── utils.js
│   ├── vue-loader.conf.js
│   ├── webpack.base.conf.js
│   ├── webpack.dev.conf.js
│   └── webpack.prod.conf.js
├── config
│   ├── dev.env.js
│   ├── index.js
│   ├── prod.env.js
│   └── test.env.js
├── index.html
├── package-lock.json
├── package.json
├── postcss.config.js
├── src
│   ├── App.vue
│   ├── assets
│   │   ├── bg.jpeg
│   │   └── logo.png
│   ├── components
│   │   ├── Login.vue
│   │   ├── Logs.vue
│   │   ├── Main.vue
│   │   ├── School.vue
│   │   ├── Spot.vue
│   │   ├── User.vue
│   │   └── common
│   │       ├── AMap.vue
│   │       └── Upload.vue
│   ├── main.js
│   ├── router
│   │   └── index.js
│   └── service
│       ├── api.js
│       ├── http.client.js
│       └── web.socket.js
├── static
└── test
    └── e2e
        ├── custom-assertions
        │   └── elementCount.js
        ├── nightwatch.conf.js
        ├── runner.js
        └── specs
            └── test.js
復制代碼


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM