- 基于 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 联系我们,谢谢您的关注。
# 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.