Skip to content

NideShop 开源微信小程序商城(后台管理系统)

License

Notifications You must be signed in to change notification settings

Run2948/nideshop-admin

Repository files navigation

NideShop 商城(后台管理端)

  • 基于 Node.js、Vue.js、Element UI、Electron)

注意:由于原作者不再维护,我们 fork 了次仓库继续添砖加瓦,当前版本功能还未完善,商用需谨慎。

本项目需要配合 NideShop 商城服务端使用,GitHub: https://github.com/Run2948/nideshop

功能列表

  • 管理员登录
  • 商品管理
  • 商品分类
  • 品牌管理
  • 会员管理
  • 订单管理

....

项目结构

├─src
│  │  index.ejs
│  │
│  ├─main
│  │      index.dev.js
│  │      index.js
│  │
│  └─renderer
│      │  App.vue
│      │  main.js
│      │
│      ├─assets
│      │      .gitkeep
│      │      logo.png
│      │
│      ├─components
│      │  │  DashboardPage.vue
│      │  │  LoginPage.vue
│      │  │  WelcomePage.vue
│      │  │
│      │  ├─Brand
│      │  │      BrandAddPage.vue
│      │  │      BrandPage.vue
│      │  │
│      │  ├─Category
│      │  │      CategoryAddPage.vue
│      │  │      CategoryPage.vue
│      │  │
│      │  ├─Common
│      │  │      Navbar.vue
│      │  │      Sidebar.vue
│      │  │
│      │  ├─Goods
│      │  │      GoodsAddPage.vue
│      │  │      GoodsPage.vue
│      │  │
│      │  ├─Order
│      │  │      OrderDetailPage.vue
│      │  │      OrderPage.vue
│      │  │
│      │  ├─Topic
│      │  │      TopicAddPage.vue
│      │  │      TopicPage.vue
│      │  │
│      │  └─User
│      │          UserAddPage.vue
│      │          UserPage.vue
│      │
│      └─router
│              index.js
│
└─static
        .gitkeep
│  .babelrc
│  .gitignore
│  .prettierrc
│  .travis.yml
│  appveyor.yml
│  LICENSE
│  package-lock.json
│  package.json
│  README.md

测试账号

admin admin888

交流

喜欢别忘了 Star,有问题可通过 QQ 群:1040822138 联系我们,谢谢您的关注。

点击链接加入群聊【NideShop 舔砖加瓦】

Build Setup

# install dependencies
npm install

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

# build electron application for production
npm run build


This project was generated with electron-vue@45a3e22 using vue-cli. Documentation about the original structure can be found here.

About

NideShop 开源微信小程序商城(后台管理系统)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published