mirror of
https://github.com/PanJiaChen/electron-vue-admin.git
synced 2025-04-06 03:57:57 +08:00
33 lines
901 B
Markdown
33 lines
901 B
Markdown
# electron-vue-admin
|
|
|
|
> An electron-vue project
|
|
|
|
This is a vue electron admin project base on [vueAdmin-template](https://github.com/PanJiaChen/vueAdmin-template) , and was generated from [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about this project can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).
|
|
|
|
## Build Setup
|
|
|
|
``` bash
|
|
# install dependencies
|
|
npm install
|
|
|
|
# serve with hot reload at localhost:9080
|
|
npm run dev
|
|
|
|
# build electron app for production
|
|
npm run build
|
|
|
|
# lint all JS/Vue component files in `app/src`
|
|
npm run lint
|
|
|
|
# run webpack in production
|
|
npm run pack
|
|
```
|
|
---
|
|
|
|
|
|
## Demo
|
|
|
|

|
|
|
|

|