Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from Jzow/master
Browse files Browse the repository at this point in the history
Add supplementary documentation
  • Loading branch information
Jzow authored Sep 6, 2023
2 parents 7560241 + 2115238 commit f0e8ff5
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
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/).
24 changes: 24 additions & 0 deletions README_ZH.md
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/).

0 comments on commit f0e8ff5

Please sign in to comment.