Skip to content

Commit

Permalink
增加.gitattributes文件,强制将项目编程语言改为go
Browse files Browse the repository at this point in the history
  • Loading branch information
shen100 committed May 9, 2017
1 parent cf1d4b3 commit df87f7b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.js linguist-language=go
*.css linguist-language=go
*.html linguist-language=go
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
# 微商城

## 技术选型
### 前端
* web服务器: nginx
* 后台渲染: node.js
* M站框架集: vue, vuex, vue-router
* M站UI组件库: vux
* 后台管理框架集: react, redux, react-router-redux
* 后台管理UI组件库: antd
* 数据可视化: echarts
* 富文本编辑器: ueditor
* 打包工具: webpack
* 构建工具: gulp

### 后台
* web框架: iris
* 路由: httprouter
* 持久层框架: gorm
* 数据库: mysql

## 项目环境搭建
1 **克隆代码**

Expand Down Expand Up @@ -63,13 +44,32 @@ npm start
npm run staticServ
```

8 **运行go程序**
7 **运行go程序**
进入`wemall`目录下,运行

```
go run main.go
```

## 技术选型
### 前端
* web服务器: nginx
* 后台渲染: node.js
* M站框架集: vue, vuex, vue-router
* M站UI组件库: vux
* 后台管理框架集: react, redux, react-router-redux
* 后台管理UI组件库: antd
* 数据可视化: echarts
* 富文本编辑器: ueditor
* 打包工具: webpack
* 构建工具: gulp

### 后台
* web框架: iris
* 路由: httprouter
* 持久层框架: gorm
* 数据库: mysql

## 项目结构
| 目录或文件 |目录或文件| 说明 |
|:--------|:--------|:-------:|
Expand Down

0 comments on commit df87f7b

Please sign in to comment.