Coder Social home page Coder Social logo

201710node's Introduction

姜文 1035465284 phone:18310349227

全日制vue + 周末node

react

angular4 + ts typescript

es6 82原则 let const ... => class

vue数据驱动(主要操作的是数据)

  • 操作dom

JS数据类型

  • 基本 number string boolean null undefined
  • Object func...
  • Symbol(es6)

{} []

数组的变异(括号中的能改变原数组)

  • 操作数组的方法 (pop push unshift shift splice reverse sort) indexOf lastIndexof concat slice

forEach filter(过滤) map(映射) some every reduce (includes find es6)

node版本>8.5 webstorm(vscode,sublime) > 2017以上版本

框架和库

  • 框架 vue 拥有完整的解决方案 我们写好人家调用我
  • 库 jquery underscore zepto animate.css 我们调用他

渐进式 (渐进增强)

  • vue全家桶 vuejs + vue-router + vuex + axios
  • 通过组合 完成一个完整的框架

MVC(backbone) 单向

  • model数据
  • view 视图
  • controller 控制器

MVVM(angular,vue) 双向的

  • model数据
  • view 视图
  • viewModel 视图模型

Object.defineProperty(es5)的没有替代方案

  • 不支持ie8<=

安装vue

  • cdn的方式
  • npm安装 node package manager
npm init -y
npm install vue

初始化会产生一个pacakge.json的文件这个文件用来描述项目的依赖,不能有大写 特殊字符 中文,而且不要和安装的包的名字相同

mvvm

https://github.com/DMQ/mvvm

201710node's People

Contributors

zhufengzhufeng avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.