Parcourir la source

1. update readme

Cee Yang il y a 3 ans
Parent
commit
18b58e2e78
1 fichiers modifiés avec 7 ajouts et 4 suppressions
  1. 7 4
      README.md

+ 7 - 4
README.md

@@ -1,13 +1,17 @@
 # i2School 员工端
 
-# 技术栈	
+	i2School 员工端 Uni-App 版本
+
+## 技术栈	
+
 - **Vue2.0**: https://cn.vuejs.org/index.html
 - **Vuex**: https://vuex.vuejs.org/zh/
 - **vuex-persistedstate**: https://github.com/robinvdvleuten/vuex-persistedstate
 - **uView**: https://www.uviewui.com/
 - **i18n**: https://kazupon.github.io/vue-i18n/zh/
 
-# How to use
+## How to use
+
 ```
 1. https://git.i2edu.net/cee.yang/i2-school-employee-uniapp.git
 2. cd i2-school-employee-uniapp
@@ -17,7 +21,7 @@
 ```
 
 
-# 目录介绍
+## 目录介绍
 ```
 .
 ├── api               /// api 接口目录
@@ -35,4 +39,3 @@
 ├ manifest.json       /// UniApp 配置文件
 ├ package.json        /// 第三方依赖
 └ uni.scss            /// 公共样式
-```