Skip to content

Commit bd5a7af

Browse files
committed
Merge branch 'master' of https://github.com/bailicangdu/vue2-elm
2 parents e89c339 + ca650ea commit bd5a7af

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README-en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[README in Chinese](README.md)
44

5-
When I began to learn to vue, search of some practical source code about vue, but most of them are simple demo and didn't help to explore the vue. The most of demo are front-end page, such as music player interaction not as complicated as expected.But in actual work, we often meet some project involving money, such as shopping cart page. This kind of project is complex, accompany by login, register ,user information and so on. It's difficult, no one has ever written a project like this in vue and commit to github. So I write it, hope I can hope you.
5+
When I began to learn to vue, search of some practical source code about vue, but most of them are simple demo and didn't help to explore the vue. The most of demo are front-end page, such as music player interaction not as complicated as expected.But in actual work, we often meet some project involving money, such as shopping cart page. This kind of project is complex, accompany by login, register ,user information and so on. It's difficult, no one has ever written a project like this in vue and commit to github. So I write it, hope I can help you.
66

77
This functional project is practical but often boring, with no music player so gorgeous. For a long time, I think that Elm APP is a good material. First, it is complex that the open delivery platform is more complicated than the typical project. Second, you won't get bored seeing so much beautiful food.
88

@@ -55,11 +55,11 @@ If you only do the front-end development, ignore this note.
5555
5656
> Development environment: macOS 10.12.3 Chrome 56  nodejs 6.10.0
5757
58-
> Thanks for 辰妹子[@bailichen](https://github.com/bailichen),to help complete the project,thank you🌹
58+
> Thanks for 辰妹子[@bailichen](https://github.com/bailichen), [@iceRao](https://github.com/raoenhui),to help complete the project,thank you🌹
5959
6060
> If you hava some question,you can post the question in Issues, and if you find some solution or some improvement,please pull request. 👍
6161
62-
> The project communication group:528447162(QQ)
62+
> [communication group](https://gitter.im/vue2-elm/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
6363
6464
> Recommend a open source project about react and redux。[address](https://github.com/bailicangdu/react-pxq)
6565
@@ -70,7 +70,7 @@ If you only do the front-end development, ignore this note.
7070

7171
### 2017-05-30
7272

73-
For some reason,previous interfaces could not be used, it made the project failed to run.The new backend system is built by nodejs.[backend system address](https://github.com/bailicangdu/node-elm)接口,数据接口的格式保持了和官网的一致。并提供对应的[后台管理系统](https://github.com/bailicangdu/vue2-manage)
73+
For some reason,previous interfaces could not be used, it made the project failed to run.The new backend system is built by nodejs.[backend system address](https://github.com/bailicangdu/node-elm). It can kept consisent with the offical website. And provide corresponding [background management system](https://github.com/bailicangdu/vue2-manage)
7474

7575

7676
# Demo

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ npm run dev
5252
5353
> 开发环境 macOS 10.12.3 Chrome 56  nodejs 6.10.0
5454
55-
> 特别感谢辰妹子[@bailichen](https://github.com/bailichen),在百忙之中抽出时间和我一起完成了这个项目,辛苦了🌹
55+
> 特别感谢辰妹子[@bailichen](https://github.com/bailichen), [@iceRao](https://github.com/raoenhui),在百忙之中抽出时间和我一起完成了这个项目,辛苦了🌹
5656
5757
> 如有问题请直接在 Issues 中提,或者您发现问题并有非常好的解决方案,欢迎 PR 👍
5858
59-
> 项目交流群:528447162(QQ),微信群:<img src="https://elm.cangdu.org/img/wxq.jpg" width="50" height="50"/>
59+
> [项目交流群](https://gitter.im/vue2-elm/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
6060
6161
> 推荐一个 react + redux 开源项目,对react感兴趣的朋友赶紧去看看。[地址在这里](https://github.com/bailicangdu/react-pxq)
6262

src/style/mixin.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $fc:#fff;
3838
transform: translateY(-50%);
3939
}
4040

41-
//定位上下居中
41+
//定位左右居中
4242
@mixin cl {
4343
position: absolute;
4444
left: 50%;

0 commit comments

Comments
 (0)