mirror of
https://github.com/PanJiaChen/electron-vue-admin.git
synced 2025-04-05 19:41:41 +08:00
修改版本
This commit is contained in:
parent
11a0a7847a
commit
1dbf490273
26
README.md
26
README.md
@ -2,7 +2,9 @@
|
||||
|
||||
> An electron-vue project
|
||||
|
||||
#### Build Setup
|
||||
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
|
||||
@ -11,18 +13,24 @@ npm install
|
||||
# serve with hot reload at localhost:9080
|
||||
npm run dev
|
||||
|
||||
# build electron application for production
|
||||
# build electron app for production
|
||||
npm run build
|
||||
|
||||
# run unit & end-to-end tests
|
||||
npm test
|
||||
|
||||
|
||||
# lint all JS/Vue component files in `src/`
|
||||
# lint all JS/Vue component files in `app/src`
|
||||
npm run lint
|
||||
|
||||
# run webpack in production
|
||||
npm run pack
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).
|
||||
|
||||
## Demo
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
## Download
|
||||
Mac: [app release](https://github.com/PanJiaChen/electron-vue-admin/releases/tag/v3.0.0)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "electron-vue-admin",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"author": "Pan <panfree23@gmail.com>",
|
||||
"description": "An electron-vue project",
|
||||
"license": "MIT",
|
||||
|
Loading…
x
Reference in New Issue
Block a user