update:readme
This commit is contained in:
30
README.md
30
README.md
@@ -1,24 +1,32 @@
|
||||
# sgt_ca_app
|
||||
# 施工图单页应用前端代码
|
||||
- 基于vue3 vue-router antdv
|
||||
- 约定式路由:
|
||||
|
||||
## Project setup
|
||||
`views/xxx.vue`文件对应路由`/xxx/`
|
||||
|
||||
`views/xxx/index.vue`对应子路由`/xxx/`默认状态
|
||||
|
||||
`views/xxx/yyy.vue`对应子路由`/xxx/yyy`
|
||||
- 路由采用client history模式
|
||||
|
||||
- 主要界面功能
|
||||
|
||||
个人和企业数字证书申领,电子印章申领,数字证书审核,审图人员申请临时短信锁,数字证书数量证明上传。
|
||||
临时人员添加,
|
||||
|
||||
## 项目初始化
|
||||
```
|
||||
npm install
|
||||
```
|
||||
|
||||
### Compiles and hot-reloads for development
|
||||
### 开发项目
|
||||
```
|
||||
npm run serve
|
||||
```
|
||||
|
||||
### Compiles and minifies for production
|
||||
### 发布打包项目
|
||||
```
|
||||
npm run build
|
||||
```
|
||||
将项目文件放置到施工图项目/spa目录下
|
||||
|
||||
### Lints and fixes files
|
||||
```
|
||||
npm run lint
|
||||
```
|
||||
|
||||
### Customize configuration
|
||||
See [Configuration Reference](https://cli.vuejs.org/config/).
|
||||
|
||||
Reference in New Issue
Block a user