This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from Jzow/master
Add supplementary documentation
- Loading branch information
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,26 @@ | ||
# WanSen ERP UI | ||
|
||
[Enginsh](https://github.com/wansenai/wansen-erp-ui/blob/master/README.md) / [简体中文](https://github.com/wansenai/wansen-erp-ui/blob/master/README_ZH.md) | ||
|
||
## Project setup | ||
``` | ||
npm install | ||
``` | ||
|
||
### Compiles and hot-reloads for development | ||
``` | ||
npm run serve | ||
``` | ||
|
||
### Compiles and minifies for production | ||
``` | ||
npm run build | ||
``` | ||
|
||
### Lints and fixes files | ||
``` | ||
npm run lint | ||
``` | ||
|
||
### Customize configuration | ||
See [Configuration Reference](https://cli.vuejs.org/config/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,25 @@ | ||
|
||
# WanSen ERP UI | ||
|
||
## 项目设置 | ||
``` | ||
npm install | ||
``` | ||
|
||
### 用于开发的编译和热重载 | ||
``` | ||
npm run serve | ||
``` | ||
|
||
### 用于打包生产环境的编译程序 | ||
``` | ||
npm run build | ||
``` | ||
|
||
### 整理和修复文件 | ||
``` | ||
npm run lint | ||
``` | ||
|
||
### Vue-Cli 自定义配置 | ||
See [Configuration Reference](https://cli.vuejs.org/config/). |