Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to think #2

Open
Langery opened this issue Aug 7, 2018 · 3 comments
Open

Need to think #2

Langery opened this issue Aug 7, 2018 · 3 comments

Comments

@Langery
Copy link
Owner

Langery commented Aug 7, 2018

1. npm install 有进度指示,无需再存在任何报错问题
2. npm run dev 后自动打开网页
3. 深拷贝与浅拷贝
4. 懒加载
5. ES6 学习
6. history模式
7. 异步通讯
8. 开关
9. 记录时间
10. 递归
11. 滚动加载数据
12. 数据刷新与加载
13. 数据过滤
14. 计算属性(computed)
15. 点操作符
16. 左搜索、右搜索--LHS&RHS
17. mixins
18. setInterval、setTimeout
19. hammer.js

@Langery
Copy link
Owner Author

Langery commented Aug 7, 2018

  1. npm run dev 后自动打开网页问题:

config\index.js 内修改 autoOpenBrowser: true, 即可自动打开网页

修改端口号:

config/index.js 里修改 port

@Langery
Copy link
Owner Author

Langery commented Aug 27, 2018

  1. 浅拷贝与深拷贝
  • 浅拷贝:拷贝父对象,不会拷贝对象的内部的子对象
  • 深拷贝:完全拷贝了父对象及其子对象

@Langery
Copy link
Owner Author

Langery commented Oct 31, 2018

CSS

  1. object-fit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant