Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
C0HERENCE committed Feb 14, 2022
1 parent 8fa88f5 commit a91b38a
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 16 deletions.
41 changes: 25 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,33 @@
# tcm-web
vue项目, 主要使用了ant-design-vue,bootstrap-vue组件库和vue的其他套件

## Project setup
## 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/).
## Structure
``` bash
tcm-client
├── src
│ ├── api # axios http接口封装
│ ├── assets # 字体 图片等素材
│ ├── components # 构成视图的自定义组件
│ ├── layouts # 各板块视图布局
│ ├── locales # vue-i18n 国际化配置
│ ├── router # vue router 路由配置
│ ├── store # vuex 仓库
│ ├── utils # 工具类
│ └── views # 各板块视图
├── package-lock.json
├── package.json
├── public
└── vue.config.js
```
## Screenshot
![](ss1.jpg)
![](ss2.jpg)
![](ss3.jpg)
![](ss4.jpg)
Binary file added ss1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ss2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ss3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ss4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a91b38a

Please sign in to comment.