Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bailicangdu/vue2-elm
Browse files Browse the repository at this point in the history
  • Loading branch information
bailicangdu committed Nov 6, 2018
2 parents e89c339 + ca650ea commit bd5a7af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[README in Chinese](README.md)

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.
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.

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.

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

### 2017-05-30

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)
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)


# Demo
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ npm run dev
> 开发环境 macOS 10.12.3 Chrome 56  nodejs 6.10.0
> 特别感谢辰妹子[@bailichen](https://github.com/bailichen),在百忙之中抽出时间和我一起完成了这个项目,辛苦了🌹
> 特别感谢辰妹子[@bailichen](https://github.com/bailichen), [@iceRao](https://github.com/raoenhui),在百忙之中抽出时间和我一起完成了这个项目,辛苦了🌹
> 如有问题请直接在 Issues 中提,或者您发现问题并有非常好的解决方案,欢迎 PR 👍
> 项目交流群:528447162(QQ),微信群:<img src="https://elm.cangdu.org/img/wxq.jpg" width="50" height="50"/>
> [项目交流群](https://gitter.im/vue2-elm/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
> 推荐一个 react + redux 开源项目,对react感兴趣的朋友赶紧去看看。[地址在这里](https://github.com/bailicangdu/react-pxq)
Expand Down
2 changes: 1 addition & 1 deletion src/style/mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $fc:#fff;
transform: translateY(-50%);
}

//定位上下居中
//定位左右居中
@mixin cl {
position: absolute;
left: 50%;
Expand Down

0 comments on commit bd5a7af

Please sign in to comment.